Interface ExecutionIdSupplier

  • All Superinterfaces:
    Supplier<String>

    public interface ExecutionIdSupplier
    extends Supplier<String>
    Wraps logic to generate unique identifiers per execution (e.g. evaluation of DMN model) Each call of the Supplier.get() method is considered a separate request of a new ID.
    • Method Summary

      • Methods inherited from interface java.util.function.Supplier

        get