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 class  IdGenerators.JdkIdGenerator
    UUID.randomUUID()
    static class  IdGenerators.SimpleIncrementingIdGenerator
    Based on the two AtomicLongs, for topBits and bottomBits, respectively.
  • Constructor Summary

    Constructors 
    Constructor Description
    IdGenerators()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait