Interface MetricsCollector

    • Method Detail

      • newConnection

        void newConnection​(Connection connection)
      • closeConnection

        void closeConnection​(Connection connection)
      • newChannel

        void newChannel​(Channel channel)
      • closeChannel

        void closeChannel​(Channel channel)
      • basicPublish

        void basicPublish​(Channel channel)
      • consumedMessage

        void consumedMessage​(Channel channel,
                             long deliveryTag,
                             boolean autoAck)
      • consumedMessage

        void consumedMessage​(Channel channel,
                             long deliveryTag,
                             String consumerTag)
      • basicAck

        void basicAck​(Channel channel,
                      long deliveryTag,
                      boolean multiple)
      • basicNack

        void basicNack​(Channel channel,
                       long deliveryTag)
      • basicReject

        void basicReject​(Channel channel,
                         long deliveryTag)
      • basicConsume

        void basicConsume​(Channel channel,
                          String consumerTag,
                          boolean autoAck)
      • basicCancel

        void basicCancel​(Channel channel,
                         String consumerTag)