Interface UIDGenerator

All Known Implementing Classes:
KSUIDGenerator, TSIDGenerator, ULIDGenerator, UUIDGenerator

public interface UIDGenerator
Author:
Pierre Lecerf ([email protected])
  • Method Summary

    Modifier and Type
    Method
    Description
    This method should return a unique identifier of some type.
    default String
    generate(Instant creationTime)
     
  • Method Details

    • generate

      String generate()
      This method should return a unique identifier of some type.
      Returns:
    • generate

      default String generate(Instant creationTime)