Interface IdGenerator

All Known Implementing Classes:
DbIdGenerator, StrongUuidGenerator

@Internal public interface IdGenerator
generates IdBlocks that are used to assign ids to new objects. The scope of an instance of this class is process engine, which means that there is only one instance in one process engine instance.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getNextId

      String getNextId()