Uses of Class
com.rabbitmq.client.RpcClientParams
-
Packages that use RpcClientParams Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors. -
-
Uses of RpcClientParams in com.rabbitmq.client
Methods in com.rabbitmq.client that return RpcClientParams Modifier and Type Method Description RpcClientParamsRpcClientParams. channel(Channel channel)RpcClientParamsRpcClientParams. correlationIdSupplier(RpcClient.CorrelationIdSupplier correlationIdGenerator)Logic to generate correlation IDs.RpcClientParamsRpcClientParams. exchange(String exchange)RpcClientParamsRpcClientParams. replyHandler(RpcClient.RpcClientReplyHandler replyHandler)Set the behavior to use when receiving replies.RpcClientParamsRpcClientParams. replyTo(String replyTo)Set the queue where the server should put replies on.RpcClientParamsRpcClientParams. routingKey(String routingKey)Set the routing key to use for requests.RpcClientParamsRpcClientParams. timeout(int timeout)Set the timeout in milliseconds to use on call responses.RpcClientParamsRpcClientParams. useMandatory()Instructs to use the mandatory flag when publishing RPC requests.RpcClientParamsRpcClientParams. useMandatory(boolean useMandatory)Whether to publish RPC requests with the mandatory flag or not.Constructors in com.rabbitmq.client with parameters of type RpcClientParams Constructor Description RpcClient(RpcClientParams params)Construct aRpcClientwith the passed-inRpcClientParams.
-