Class IdGenerators
java.lang.Object
org.springframework.integration.support.IdGenerators
public class IdGenerators
extends java.lang.Object
Alternative
IdGenerator implementations.- Since:
- 4.0
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIdGenerators.JdkIdGeneratorUUID.randomUUID()static classIdGenerators.SimpleIncrementingIdGeneratorBased on the twoAtomicLongs, fortopBitsandbottomBits, respectively. -
Constructor Summary
Constructors Constructor Description IdGenerators() -
Method Summary
-
Constructor Details
-
IdGenerators
public IdGenerators()
-