Class AbstractMetricsCollector.ChannelState

java.lang.Object
com.rabbitmq.client.impl.AbstractMetricsCollector.ChannelState
Enclosing class:
AbstractMetricsCollector

private static class AbstractMetricsCollector.ChannelState extends Object
  • Field Details

    • lock

      final Lock lock
    • unackedMessageDeliveryTags

      final Set<Long> unackedMessageDeliveryTags
    • consumersWithManualAck

      final Set<String> consumersWithManualAck
    • channel

      final Channel channel
  • Constructor Details

    • ChannelState

      private ChannelState(Channel channel)