public class StateMachineConfigurerAdapter<S,E> extends Object implements StateMachineConfigurer<S,E>
| Constructor and Description |
|---|
StateMachineConfigurerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(StateMachineConfigBuilder<S,E> config) |
void |
configure(StateMachineStateConfigurer<S,E> states) |
void |
configure(StateMachineTransitionConfigurer<S,E> transitions) |
protected StateMachineStateBuilder<S,E> |
getStateMachineStateBuilder() |
protected StateMachineTransitionBuilder<S,E> |
getStateMachineTransitionBuilder() |
void |
init(StateMachineConfigBuilder<S,E> config) |
boolean |
isAssignable(org.springframework.data.hadoop.config.common.annotation.AnnotationBuilder<StateMachineConfig<S,E>> builder) |
public final void init(StateMachineConfigBuilder<S,E> config) throws Exception
init in interface org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurer<StateMachineConfig<S,E>,StateMachineConfigBuilder<S,E>>Exceptionpublic void configure(StateMachineConfigBuilder<S,E> config) throws Exception
configure in interface org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurer<StateMachineConfig<S,E>,StateMachineConfigBuilder<S,E>>Exceptionpublic void configure(StateMachineStateConfigurer<S,E> states) throws Exception
configure in interface StateMachineConfigurer<S,E>Exceptionpublic void configure(StateMachineTransitionConfigurer<S,E> transitions) throws Exception
configure in interface StateMachineConfigurer<S,E>Exceptionpublic boolean isAssignable(org.springframework.data.hadoop.config.common.annotation.AnnotationBuilder<StateMachineConfig<S,E>> builder)
isAssignable in interface org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurer<StateMachineConfig<S,E>,StateMachineConfigBuilder<S,E>>protected final StateMachineTransitionBuilder<S,E> getStateMachineTransitionBuilder() throws Exception
Exceptionprotected final StateMachineStateBuilder<S,E> getStateMachineStateBuilder() throws Exception
Exception