Interface IdGenerator

  • All Known Implementing Classes:
    IdGenerator.SequenceUuidIdGenerator
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface IdGenerator
    Defines the contract to generate global unique identifiers.
    • Method Detail

      • generate

        String generate()
        Returns a new globally unique identifier.
        Returns:
        a new globally unique identifier.