T
- the return typeS
- the type of stateE
- the type of eventpublic interface StateMachineRuntimeProcessor<T,S,E>
Modifier and Type | Method and Description |
---|---|
T |
process(StateMachineRuntime<S,E> stateMachineRuntime)
Process the container based on information available
from
StateMachineRuntime . |
T process(StateMachineRuntime<S,E> stateMachineRuntime)
StateMachineRuntime
.stateMachineRuntime
- the yarn container runtime