public interface SIBInboundReceiver
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
long |
getDepth()
The number of messages queued on the inbound receiver.
|
java.lang.String |
getId()
Get the system id of this inbound receiver.
|
long |
getLastTickReceived()
Get the "tick" of the last message received.
|
java.lang.String |
getName()
Get the system display name of this inbound receiver.
|
long |
getNumberOfMessagesReceived()
The number of messages already received on the inbound
receiver, since the messaging engine last started.
|
java.lang.String |
getRemoteEngineUuid()
The uuid of the messaging engine that hosts the remote
message point.
|
java.lang.String |
getType()
The delivery stream type of the inbound receiver.
|
java.lang.String getId()
java.lang.String getName()
long getLastTickReceived()
java.lang.String getRemoteEngineUuid()
java.lang.String getType()
long getDepth()
long getNumberOfMessagesReceived()