public interface SIBSubscription
Modifier and Type | Method and Description |
---|---|
long |
getDepth()
The number of messages queued on the subscription.
|
java.lang.String |
getId()
Get the unique system id.
|
java.lang.String |
getName()
Get the internal display name.
|
java.lang.String |
getSelector()
Get the message selector used by this subscription.
|
java.lang.String |
getSubscriberId()
Get the client ID of the subscriber.
|
java.lang.String[] |
getTopics()
Get the array of topic subscribed by this subscription.
|
long getDepth()
java.lang.String getId()
java.lang.String getName()
java.lang.String getSelector()
java.lang.String getSubscriberId()
java.lang.String[] getTopics()