public interface Task extends Runnable
StateMachineProcessor
. In its first
version the interface is simple and allows execution of a Runnable. More subtypes
and concrete implementation will be added over time.Modifier and Type | Method and Description |
---|---|
default void |
run() |
String |
taskId() |