Interface IdGenerator


  • public interface IdGenerator
    A generalized interface for ID generation getNewId() generates a globally unique ID instance on each invocation.
    • Method Detail

      • getNewId

        long getNewId()
        Returns a globally unique ID instance.
        Returns:
        globally unique ID instance