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 classRpcServer.DefaultRpcConsumerFields in com.rabbitmq.client declared as RpcServer.RpcConsumer Modifier and Type Field Description private RpcServer.RpcConsumerRpcServer. _consumerConsumer attached to our request queueMethods in com.rabbitmq.client that return RpcServer.RpcConsumer Modifier and Type Method Description protected RpcServer.RpcConsumerRpcServer. setupConsumer()Registers a consumer on the reply queue.
-