Uses of Class
com.rabbitmq.client.RpcClientParams
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
JSON-RPC client and server classes for supporting JSON-RPC over an AMQP transport.
-
Uses of RpcClientParams in com.rabbitmq.client
Modifier and TypeMethodDescriptionRpcClientParams.correlationIdSupplier
(Supplier<String> correlationIdGenerator) Logic to generate correlation IDs.RpcClientParams.replyHandler
(Function<Object, RpcClient.Response> replyHandler) Set the behavior to use when receiving replies.Set the queue where the server should put replies on.RpcClientParams.routingKey
(String routingKey) Set the routing key to use for requests.RpcClientParams.timeout
(int timeout) Set the timeout in milliseconds to use on call responses.RpcClientParams.useMandatory()
Instructs to use the mandatory flag when publishing RPC requests.RpcClientParams.useMandatory
(boolean useMandatory) Whether to publish RPC requests with the mandatory flag or not.ModifierConstructorDescriptionRpcClient
(RpcClientParams params) Construct aRpcClient
with the passed-inRpcClientParams
. -
Uses of RpcClientParams in com.rabbitmq.tools.jsonrpc
ModifierConstructorDescriptionJsonRpcClient
(RpcClientParams rpcClientParams, JsonRpcMapper mapper)