Class ULIDGenerator

java.lang.Object
tech.illuin.pipeline.input.uid_generator.ULIDGenerator
All Implemented Interfaces:
UIDGenerator

public class ULIDGenerator extends Object implements UIDGenerator
Author:
Pierre Lecerf ([email protected])
  • Field Details

  • Constructor Details

    • ULIDGenerator

      public ULIDGenerator()
    • ULIDGenerator

      public ULIDGenerator(Supplier<com.github.f4b6a3.ulid.Ulid> supplier)
  • Method Details

    • generate

      public String generate()
      Description copied from interface: UIDGenerator
      This method should return a unique identifier of some type.
      Specified by:
      generate in interface UIDGenerator
      Returns: