Uses of Class
com.rabbitmq.client.RpcClient.Response
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
-
Uses of RpcClient.Response in com.rabbitmq.client
Modifier and TypeFieldDescriptionstatic final Function
<Object, RpcClient.Response> RpcClient.DEFAULT_REPLY_HANDLER
Modifier and TypeMethodDescriptionRpcClient.doCall
(AMQP.BasicProperties props, byte[] message) RpcClient.doCall
(AMQP.BasicProperties props, byte[] message, int timeout) RpcClient.responseCall
(byte[] message) Perform a simple byte-array-based RPC roundtrip Useful if you need to get at more than just the body of the messageRpcClient.responseCall
(byte[] message, int timeout) Perform a simple byte-array-based RPC roundtrip Useful if you need to get at more than just the body of the messageModifier and TypeMethodDescriptionRpcClientParams.replyHandler
(Function<Object, RpcClient.Response> replyHandler) Set the behavior to use when receiving replies.