Interface ConfigurationConfigurer<S,E>

Type Parameters:
S - the type of state
E - the type of event
All Superinterfaces:
AnnotationConfigurerBuilder<StateMachineConfigurationConfigurer<S,E>>
All Known Implementing Classes:
DefaultConfigurationConfigurer

public interface ConfigurationConfigurer<S,E> extends AnnotationConfigurerBuilder<StateMachineConfigurationConfigurer<S,E>>
Base ConfigConfigurer interface for configuring generic config.
Author:
Janne Valkealahti