Uses of Class
com.rabbitmq.client.DefaultConsumer
-
Packages that use DefaultConsumer Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors. -
-
Uses of DefaultConsumer in com.rabbitmq.client
Subclasses of DefaultConsumer in com.rabbitmq.client Modifier and Type Class Description private static classRpcServer.DefaultRpcConsumerFields in com.rabbitmq.client declared as DefaultConsumer Modifier and Type Field Description private DefaultConsumerRpcClient. _consumerConsumer attached to our reply queueMethods in com.rabbitmq.client that return DefaultConsumer Modifier and Type Method Description protected DefaultConsumerRpcClient. setupConsumer()Registers a consumer on the reply queue.
-