Interface DistributedStateMachineConfigurer<S,E>

Type Parameters:
S - the type of state
E - the type of event
All Superinterfaces:
AnnotationConfigurerBuilder<StateMachineConfigurationConfigurer<S,E>>
All Known Implementing Classes:
DefaultDistributedStateMachineConfigurer

public interface DistributedStateMachineConfigurer<S,E> extends AnnotationConfigurerBuilder<StateMachineConfigurationConfigurer<S,E>>
Base DistributedStateMachineConfigurer interface for configuring distributed state machine.
Author:
Janne Valkealahti