Class AbstractMetricsCollector.ChannelState

  • Enclosing class:
    AbstractMetricsCollector

    private static class AbstractMetricsCollector.ChannelState
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ChannelState​(Channel channel)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lock

        final java.util.concurrent.locks.Lock lock
      • unackedMessageDeliveryTags

        final java.util.Set<java.lang.Long> unackedMessageDeliveryTags
      • consumersWithManualAck

        final java.util.Set<java.lang.String> consumersWithManualAck
    • Constructor Detail

      • ChannelState

        private ChannelState​(Channel channel)