Interface PersistenceConfigurer<S,E>

Type Parameters:
S - the type of state
E - 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