Uses of Interface
com.rabbitmq.client.RpcServer.RpcConsumer
-
Packages that use RpcServer.RpcConsumer Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors. -
-
Uses of RpcServer.RpcConsumer in com.rabbitmq.client
Classes in com.rabbitmq.client that implement RpcServer.RpcConsumer Modifier and Type Class Description private static class
RpcServer.DefaultRpcConsumer
Fields in com.rabbitmq.client declared as RpcServer.RpcConsumer Modifier and Type Field Description private RpcServer.RpcConsumer
RpcServer. _consumer
Consumer attached to our request queueMethods in com.rabbitmq.client that return RpcServer.RpcConsumer Modifier and Type Method Description protected RpcServer.RpcConsumer
RpcServer. setupConsumer()
Registers a consumer on the reply queue.
-