S
- the type of stateE
- the type of eventpublic class DefaultDistributedStateMachineConfigurer<S,E> extends AnnotationConfigurerAdapter<ConfigurationData<S,E>,StateMachineConfigurationConfigurer<S,E>,StateMachineConfigurationBuilder<S,E>> implements DistributedStateMachineConfigurer<S,E>
DistributedStateMachineConfigurer
.Constructor and Description |
---|
DefaultDistributedStateMachineConfigurer() |
Modifier and Type | Method and Description |
---|---|
void |
configure(StateMachineConfigurationBuilder<S,E> builder)
Configure the
AnnotationBuilder by setting the necessary properties
on the AnnotationBuilder . |
DistributedStateMachineConfigurer<S,E> |
ensemble(StateMachineEnsemble<S,E> ensemble)
Specify a
StateMachineEnsemble . |
addObjectPostProcessor, and, getBuilder, init, isAssignable, setBuilder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and
public DefaultDistributedStateMachineConfigurer()
public void configure(StateMachineConfigurationBuilder<S,E> builder) throws java.lang.Exception
AnnotationConfigurer
AnnotationBuilder
by setting the necessary properties
on the AnnotationBuilder
.configure
in interface AnnotationConfigurer<ConfigurationData<S,E>,StateMachineConfigurationBuilder<S,E>>
configure
in class AnnotationConfigurerAdapter<ConfigurationData<S,E>,StateMachineConfigurationConfigurer<S,E>,StateMachineConfigurationBuilder<S,E>>
builder
- the builderjava.lang.Exception
- if error occurredpublic DistributedStateMachineConfigurer<S,E> ensemble(StateMachineEnsemble<S,E> ensemble)
DistributedStateMachineConfigurer
StateMachineEnsemble
.ensemble
in interface DistributedStateMachineConfigurer<S,E>
ensemble
- the state machine ensemble