Interface Producer<X extends Producer<X>>

    • Method Detail

      • registerMessageDelivered

        void registerMessageDelivered​(long messageSize)
      • getSessionId

        String getSessionId()
      • getSessionName

        String getSessionName()
      • getPrincipal

        String getPrincipal()
      • getRemoteAddress

        String getRemoteAddress()
      • getDestination

        String getDestination()
      • setDestination

        void setDestination​(String destination)
      • getMessagesOut

        int getMessagesOut()
      • getBytesOut

        long getBytesOut()
      • resetStatistics

        void resetStatistics()
      • deleteNoChecks

        com.google.common.util.concurrent.ListenableFuture<Void> deleteNoChecks()