@Configuration public class StateMachineFactoryConfiguration<S extends Enum<S>,E extends Enum<E>> extends org.springframework.data.hadoop.config.common.annotation.AbstractAnnotationConfiguration<StateMachineConfigBuilder<S,E>,StateMachineConfig<S,E>>
| Constructor and Description |
|---|
StateMachineFactoryConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onConfigurers(List<org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurer<StateMachineConfig<S,E>,StateMachineConfigBuilder<S,E>>> configurers) |
StateMachineFactory<State<S,E>,E> |
stateMachineFactory() |
@Bean(name="stateMachineFactory") public StateMachineFactory<State<S,E>,E> stateMachineFactory()
protected void onConfigurers(List<org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurer<StateMachineConfig<S,E>,StateMachineConfigBuilder<S,E>>> configurers) throws Exception