Interface TopicMBean

    • Method Detail

      • getNumberOfSubscribers

        int getNumberOfSubscribers()
        Returns the number of subscribers. Each user appears once even if there is multiples subscriptions, the different subscriptions can be enumerate through the proxy MBean.
        Returns:
        the number of subscribers.
      • getSubscriberIds

        String[] getSubscriberIds()
        Returns the list of unique identifiers of all subscribers. Each user appears once even if there is multiples subscriptions, the different subscriptions can be enumerate through the proxy MBean.
        Returns:
        the list of unique identifiers of all subscribers.