S
- the type of stateE
- the type of eventT
- The type of state machine contextpublic interface StateMachineContextRepository<S,E,T extends StateMachineContext<S,E>>
StateMachineContext
objects.Modifier and Type | Method and Description |
---|---|
T |
getContext(java.lang.String id)
Gets the context.
|
void |
save(T context,
java.lang.String id)
Save a context.
|