Uses of Class
com.rabbitmq.client.RpcClient.Response
-
Packages that use RpcClient.Response 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.Response in com.rabbitmq.client
Methods in com.rabbitmq.client that return RpcClient.Response Modifier and Type Method Description RpcClient.ResponseRpcClient. doCall(AMQP.BasicProperties props, byte[] message)RpcClient.ResponseRpcClient. doCall(AMQP.BasicProperties props, byte[] message, int timeout)RpcClient.ResponseRpcClient.RpcClientReplyHandler. handle(Object reply)Handle reply.RpcClient.ResponseRpcClient. 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.ResponseRpcClient. 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 message
-