S
- the type of stateE
- the type of eventT
- the type of persister context objectpublic interface StateMachineRuntimePersister<S,E,T> extends StateMachinePersist<S,E,T>
StateMachine
.Modifier and Type | Method and Description |
---|---|
StateMachineInterceptor<S,E> |
getInterceptor()
Gets a
StateMachineInterceptor handling machine persistence. |
read, write
StateMachineInterceptor<S,E> getInterceptor()
StateMachineInterceptor
handling machine persistence.