Uses of Interface
com.rabbitmq.client.RpcClient.RpcClientReplyHandler
-
Packages that use RpcClient.RpcClientReplyHandler Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors. -
-
Uses of RpcClient.RpcClientReplyHandler in com.rabbitmq.client
Fields in com.rabbitmq.client declared as RpcClient.RpcClientReplyHandler Modifier and Type Field Description static RpcClient.RpcClientReplyHandler
RpcClient. DEFAULT_REPLY_HANDLER
Methods in com.rabbitmq.client that return RpcClient.RpcClientReplyHandler Modifier and Type Method Description RpcClient.RpcClientReplyHandler
RpcClientParams. getReplyHandler()
Methods in com.rabbitmq.client with parameters of type RpcClient.RpcClientReplyHandler Modifier and Type Method Description RpcClientParams
RpcClientParams. replyHandler(RpcClient.RpcClientReplyHandler replyHandler)
Set the behavior to use when receiving replies.
-