Interface PersistenceConfigurer<S,E>
- Type Parameters:
S- the type of stateE- the type of event
- All Superinterfaces:
AnnotationConfigurerBuilder<StateMachineConfigurationConfigurer<S,E>>
- All Known Implementing Classes:
DefaultPersistenceConfigurer
public interface PersistenceConfigurer<S,E>
extends AnnotationConfigurerBuilder<StateMachineConfigurationConfigurer<S,E>>
Base
PersistenceConfigurer interface for configuring state machine persistence.- Author:
- Janne Valkealahti
-
Method Summary
Modifier and TypeMethodDescriptionruntimePersister(StateMachineRuntimePersister<S, E, ?> persister) Specify a state machine runtime persister.Methods inherited from interface org.springframework.statemachine.config.common.annotation.AnnotationConfigurerBuilder
and
-
Method Details
-
runtimePersister
Specify a state machine runtime persister.- Parameters:
persister- the state machine runtime persister- Returns:
- configurer for chaining
-