public static class AssuredCtrlHeaderParameters.ParamTransactionFDSubAck.SubAckTuple extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
flowId |
long |
lastMessageId |
long |
maxAck |
long |
minAck |
int |
msgCount |
int |
transportWinSz |
| Constructor and Description |
|---|
SubAckTuple() |
| Modifier and Type | Method and Description |
|---|---|
static AssuredCtrlHeaderParameters.ParamTransactionFDSubAck.SubAckTuple |
newTuple(long flowId,
long minAck,
long maxAck,
int msgCount,
long lastMessageId,
int transportWinSz) |
public long flowId
public long minAck
public long maxAck
public int msgCount
public long lastMessageId
public int transportWinSz
public static AssuredCtrlHeaderParameters.ParamTransactionFDSubAck.SubAckTuple newTuple(long flowId, long minAck, long maxAck, int msgCount, long lastMessageId, int transportWinSz)
Copyright 2004-2019 Solace Corporation. All rights reserved.