public interface SIBRemoteConsumerTransmitter
Modifier and Type | Method and Description |
---|---|
long |
getDepth()
Get the number of messages
|
java.lang.String |
getDestinationName()
For a "Gathering" consumer, return the target destination
name.
|
java.lang.String |
getId()
Get the unique system id.
|
java.lang.String |
getName()
Get the internal display name.
|
long |
getNumberOfCompletedRequests()
The number of completed "consuming" requests.
|
long |
getNumberOfRequestsReceived()
The total number of requests.
|
java.lang.String |
getRemoteEngineUuid()
Get the remote messaging engine uuid for where the consumer
is connected.
|
java.lang.String |
getType()
The delivery stream type.
|
boolean |
isGatheringConsumer()
Is this consumer a "Gathering" request
|
java.lang.String getId()
java.lang.String getName()
long getDepth()
java.lang.String getRemoteEngineUuid()
java.lang.String getType()
long getNumberOfCompletedRequests()
long getNumberOfRequestsReceived()
boolean isGatheringConsumer()
java.lang.String getDestinationName()