Interface IdFactory

  • All Known Implementing Classes:
    AtomicLongIdFactory, JdkRandomUUIDFactory

    public interface IdFactory
    Id factory used by COPPER for creating unique IDs, e.g. for workflow instance ids or correlation id.
    • Method Detail

      • createId

        java.lang.String createId()
        creates a new id
        Returns:
        A new id
      • startup

        void startup()
        startup of the factory
      • shutdown

        void shutdown()
        shutdown of the factory