Class NetworkBridgeStatistics

    • Constructor Detail

      • NetworkBridgeStatistics

        public NetworkBridgeStatistics()
    • Method Detail

      • getEnqueues

        public CountStatisticImpl getEnqueues()
        The current number of enqueues this bridge has, which is the number of potential messages to be forwarded Messages may not be forwarded if there is no subscription
        Returns:
      • getDequeues

        public CountStatisticImpl getDequeues()
        The current number of dequeues this bridge has, which is the number of messages actually sent to and received by the remote broker.
        Returns:
      • getReceivedCount

        public CountStatisticImpl getReceivedCount()
        The number of messages that have been received by the NetworkBridge from the remote broker. Only applies for Duplex bridges.
        Returns:
      • setEnabled

        public void setEnabled​(boolean enabled)
        Overrides:
        setEnabled in class StatisticImpl
        Parameters:
        enabled - the enabled to set