Interface StateMachineRuntimePersister<S,E,T>
- Type Parameters:
S
- the type of stateE
- the type of eventT
- the type of persister context object
- All Superinterfaces:
StateMachinePersist<S,
E, T>
- All Known Implementing Classes:
JpaPersistingStateMachineInterceptor
,MongoDbPersistingStateMachineInterceptor
,RedisPersistingStateMachineInterceptor
Interface defining a runtime persistence of a
StateMachine
.-
Method Summary
Methods inherited from interface org.springframework.statemachine.StateMachinePersist
read, write
-
Method Details
-
getInterceptor
StateMachineInterceptor<S,E> getInterceptor()Gets aStateMachineInterceptor
handling machine persistence.- Returns:
- the interceptor handling persistence
-