Uses of Interface
com.rabbitmq.client.RpcClient.CorrelationIdSupplier
-
Packages that use RpcClient.CorrelationIdSupplier 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.CorrelationIdSupplier in com.rabbitmq.client
Methods in com.rabbitmq.client that return RpcClient.CorrelationIdSupplier Modifier and Type Method Description RpcClient.CorrelationIdSupplier
RpcClientParams. getCorrelationIdSupplier()
static RpcClient.CorrelationIdSupplier
RpcClient. incrementingCorrelationIdSupplier()
Creates generation IDs as a sequence of integers.static RpcClient.CorrelationIdSupplier
RpcClient. incrementingCorrelationIdSupplier(String prefix)
Creates generation IDs as a sequence of integers, with the provided prefix.Methods in com.rabbitmq.client with parameters of type RpcClient.CorrelationIdSupplier Modifier and Type Method Description RpcClientParams
RpcClientParams. correlationIdSupplier(RpcClient.CorrelationIdSupplier correlationIdGenerator)
Logic to generate correlation IDs.
-