public class DefaultStateConfigurer<S,E> extends org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurerAdapter<StateMachineStates<S,E>,StateMachineStateConfigurer<S,E>,StateMachineStateBuilder<S,E>> implements StateConfigurer<S,E>
| Constructor and Description |
|---|
DefaultStateConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(StateMachineStateBuilder<S,E> builder) |
StateConfigurer<S,E> |
initial(S initial) |
StateConfigurer<S,E> |
state(S state) |
StateConfigurer<S,E> |
state(S state,
E... deferred) |
StateConfigurer<S,E> |
states(Set<S> states) |
addObjectPostProcessor, and, getBuilder, init, isAssignable, setBuilderpublic void configure(StateMachineStateBuilder<S,E> builder) throws Exception
configure in interface org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurer<StateMachineStates<S,E>,StateMachineStateBuilder<S,E>>configure in class org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurerAdapter<StateMachineStates<S,E>,StateMachineStateConfigurer<S,E>,StateMachineStateBuilder<S,E>>Exceptionpublic StateConfigurer<S,E> initial(S initial)
initial in interface StateConfigurer<S,E>public StateConfigurer<S,E> state(S state)
state in interface StateConfigurer<S,E>public StateConfigurer<S,E> state(S state, E... deferred)
state in interface StateConfigurer<S,E>public StateConfigurer<S,E> states(Set<S> states)
states in interface StateConfigurer<S,E>