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 class
RpcServer.DefaultRpcConsumer
Fields in com.rabbitmq.client declared as DefaultConsumer Modifier and Type Field Description private DefaultConsumer
RpcClient. _consumer
Consumer attached to our reply queueMethods in com.rabbitmq.client that return DefaultConsumer Modifier and Type Method Description protected DefaultConsumer
RpcClient. setupConsumer()
Registers a consumer on the reply queue.
-