Package akka.javasdk.annotations
Annotation Interface Consume.FromWorkflow
- Enclosing class:
Consume
Annotation for consuming state updates from a
Workflow
.
The underlying method must be declared to receive one parameter for the received workflow state changes.
-
Element Details
-
value
Assign the class type of the workflow one intends to consume from, which must extendWorkflow
.
-