Interface ServerProducer

    • Method Detail

      • getID

        long getID()
      • getAddress

        String getAddress()
      • getProtocol

        String getProtocol()
      • setSessionID

        void setSessionID​(String sessionID)
      • setConnectionID

        void setConnectionID​(String connectionID)
      • getSessionID

        String getSessionID()
      • getConnectionID

        String getConnectionID()
      • getCreationTime

        long getCreationTime()
      • getLastProducedMessageID

        Object getLastProducedMessageID()
      • getMessagesSent

        long getMessagesSent()
      • getMessagesSentSize

        long getMessagesSentSize()
      • updateMetrics

        void updateMetrics​(Object lastProducedMessageID,
                           int encodeSize)