public interface TopicStatistics
Modifier and Type | Method and Description |
---|---|
MessageStatistics |
getInboundMessageStatistics()
Deprecated.
since 5.6. Topic inbound statistics were disabled in release
5.2. This method will be removed in a future release.
|
MessageStatistics |
getOutboundMessageStatistics()
Returns the statistics relating to outbound messages from the Topic.
|
long |
getTotalNumberOfSubscribers()
Returns the total number of subscribers for the Topic.
|
long getTotalNumberOfSubscribers()
Each server subscribed to the topic through the topic replication or fan-out features is counted as a subscriber.
The result does not include indirect subscriptions to the topic through
routing
or slave
topics.
@Deprecated MessageStatistics getInboundMessageStatistics()
MessageStatistics getOutboundMessageStatistics()
Copyright © 2016 Push Technology Ltd. All Rights Reserved.