Interface Session<X extends Session<X>>

    • Method Detail

      • getChannelId

        int getChannelId()
      • isProducerFlowBlocked

        boolean isProducerFlowBlocked()
      • getConsumerCount

        long getConsumerCount()
      • getUnacknowledgedMessages

        long getUnacknowledgedMessages()
      • getConsumers

        Set<? extends Consumer<?,​?>> getConsumers()
      • getBytesIn

        long getBytesIn()
      • getBytesOut

        long getBytesOut()
      • getMessagesIn

        long getMessagesIn()
      • getMessagesOut

        long getMessagesOut()
      • getTransactedMessagesIn

        long getTransactedMessagesIn()
      • getTransactedMessagesOut

        long getTransactedMessagesOut()
      • resetStatistics

        void resetStatistics()
      • getProducerCount

        long getProducerCount()