public class DefaultExternalTransitionConfigurer<S,E> extends org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurerAdapter<StateMachineTransitions<S,E>,StateMachineTransitionConfigurer<S,E>,StateMachineTransitionBuilder<S,E>> implements ExternalTransitionConfigurer<S,E>
| Constructor and Description |
|---|
DefaultExternalTransitionConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
ExternalTransitionConfigurer<S,E> |
action(Action action) |
void |
configure(StateMachineTransitionBuilder<S,E> builder) |
ExternalTransitionConfigurer<S,E> |
event(E event) |
ExternalTransitionConfigurer<S,E> |
source(S source) |
ExternalTransitionConfigurer<S,E> |
target(S target) |
addObjectPostProcessor, and, getBuilder, init, isAssignable, setBuilderpublic void configure(StateMachineTransitionBuilder<S,E> builder) throws java.lang.Exception
configure in interface org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurer<StateMachineTransitions<S,E>,StateMachineTransitionBuilder<S,E>>configure in class org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurerAdapter<StateMachineTransitions<S,E>,StateMachineTransitionConfigurer<S,E>,StateMachineTransitionBuilder<S,E>>java.lang.Exceptionpublic ExternalTransitionConfigurer<S,E> source(S source)
source in interface ExternalTransitionConfigurer<S,E>public ExternalTransitionConfigurer<S,E> target(S target)
target in interface ExternalTransitionConfigurer<S,E>public ExternalTransitionConfigurer<S,E> event(E event)
event in interface ExternalTransitionConfigurer<S,E>public ExternalTransitionConfigurer<S,E> action(Action action)
action in interface ExternalTransitionConfigurer<S,E>