public interface StateMachineConfigurer<S,E> extends 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) |
configure, init, isAssignablevoid configure(StateMachineStateConfigurer<S,E> transitions) throws java.lang.Exception
java.lang.Exceptionvoid configure(StateMachineTransitionConfigurer<S,E> transitions) throws java.lang.Exception
java.lang.Exception