public interface StateMachineConfigurer<S,E> extends org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurer<StateMachineConfig<S,E>,StateMachineConfigBuilder<S,E>>
| Modifier and Type | Method and Description |
|---|---|
void |
configure(StateMachineStateConfigurer<S,E> transitions) |
void |
configure(StateMachineTransitionConfigurer<S,E> transitions) |
void configure(StateMachineStateConfigurer<S,E> transitions) throws java.lang.Exception
java.lang.Exceptionvoid configure(StateMachineTransitionConfigurer<S,E> transitions) throws java.lang.Exception
java.lang.Exception