Class DefaultDistributedStateMachineConfigurer<S,E>

Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
AnnotationConfigurer<ConfigurationData<S,E>,StateMachineConfigurationBuilder<S,E>>, AnnotationConfigurerBuilder<StateMachineConfigurationConfigurer<S,E>>, DistributedStateMachineConfigurer<S,E>

public class DefaultDistributedStateMachineConfigurer<S,E> extends AnnotationConfigurerAdapter<ConfigurationData<S,E>,StateMachineConfigurationConfigurer<S,E>,StateMachineConfigurationBuilder<S,E>> implements DistributedStateMachineConfigurer<S,E>
Default implementation of a DistributedStateMachineConfigurer.
Author:
Janne Valkealahti