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.
Callback used by the HTTP adapter to create an immediate event execution.
-
Method Summary
-
Method Details
-
start
Starts a loaded event definition.- Parameters:
definitionId- event definition identifier- Returns:
- newly created execution identifier
- Throws:
IllegalArgumentException- when the definition is unknown
-