S
- the type of stateE
- the type of eventpublic interface PersistenceConfigurer<S,E> extends AnnotationConfigurerBuilder<StateMachineConfigurationConfigurer<S,E>>
PersistenceConfigurer
interface for configuring state machine persistence.Modifier and Type | Method and Description |
---|---|
PersistenceConfigurer<S,E> |
runtimePersister(StateMachineRuntimePersister<S,E,?> persister)
Specify a state machine runtime persister.
|
and
PersistenceConfigurer<S,E> runtimePersister(StateMachineRuntimePersister<S,E,?> persister)
persister
- the state machine runtime persister