Interface UuidGenerator


  • public interface UuidGenerator
    Generator to generate UUID strings.
    • Method Detail

      • generateUuid

        String generateUuid()
        Generates a UUID string representation.
        Returns:
        the unique id.