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.CorrelationIdSupplierRpcClientParams. getCorrelationIdSupplier()static RpcClient.CorrelationIdSupplierRpcClient. incrementingCorrelationIdSupplier()Creates generation IDs as a sequence of integers.static RpcClient.CorrelationIdSupplierRpcClient. 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 RpcClientParamsRpcClientParams. correlationIdSupplier(RpcClient.CorrelationIdSupplier correlationIdGenerator)Logic to generate correlation IDs.
-