Package com.rabbitmq.client
Class RpcClient.IncrementingCorrelationIdSupplier
- java.lang.Object
-
- com.rabbitmq.client.RpcClient.IncrementingCorrelationIdSupplier
-
- All Implemented Interfaces:
java.util.function.Supplier<java.lang.String>
- Enclosing class:
- RpcClient
private static class RpcClient.IncrementingCorrelationIdSupplier extends java.lang.Object implements java.util.function.Supplier<java.lang.String>
- Since:
- 5.9.0
-
-
Field Summary
Fields Modifier and Type Field Description private int
correlationId
private java.lang.String
prefix
-
Constructor Summary
Constructors Constructor Description IncrementingCorrelationIdSupplier(java.lang.String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
get()
-