Interface OrchestraHttpServer.EventTrigger

Enclosing class:
OrchestraHttpServer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface OrchestraHttpServer.EventTrigger
Callback used by the HTTP adapter to create an immediate event execution.
  • Method Summary

    Modifier and Type
    Method
    Description
    start(String definitionId)
    Starts a loaded event definition.
  • Method Details

    • start

      UUID start(String definitionId)
      Starts a loaded event definition.
      Parameters:
      definitionId - event definition identifier
      Returns:
      newly created execution identifier
      Throws:
      IllegalArgumentException - when the definition is unknown