Uses of Interface
com.rabbitmq.client.amqp.RpcClientBuilder
-
Uses of RpcClientBuilder in com.rabbitmq.client.amqp
Modifier and TypeMethodDescriptionRpcClientBuilder.correlationIdExtractor
(Function<Message, Object> correlationIdExtractor) Callback to extract the correlation ID from a reply message.RpcClientBuilder.correlationIdSupplier
(Supplier<Object> correlationIdSupplier) The generator for correlation ID.RpcClientBuilder.replyToQueue
(String replyToQueue) The queue the client expects responses on.RpcClientBuilder.requestPostProcessor
(BiFunction<Message, Object, Message> requestPostProcessor) A callback before sending a request message.RpcClientBuilder.requestTimeout
(Duration timeout) Timeout before failing outstanding requests.RpcClientBuilder.RpcClientAddressBuilder.rpcClient()
Go back to the RPC client builder.Connection.rpcClientBuilder()
Create a builder to configure and create aRpcClientBuilder
.