Class ConsumerDispatcher

java.lang.Object
com.rabbitmq.client.impl.ConsumerDispatcher

final class ConsumerDispatcher extends Object
Dispatches notifications to a Consumer on an internally-managed executor service and work pool.

Each Channel has a single ConsumerDispatcher, but the executor service and work pool may be shared with other channels, typically those on the same AMQConnection.