Interface UuidGenerator

All Superinterfaces:
Supplier<UUID>
All Known Implementing Classes:
IncrementingUuidGenerator, RandomUuidGenerator

@API(status=EXPERIMENTAL) public interface UuidGenerator extends Supplier<UUID>
SPI (Service Provider Interface) to generate UUIDs.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default UUID
    get()
     
  • Method Details