Interface StateMachineEnsemble<S,E>

Type Parameters:
S - the type of state
E - the type of event
All Known Implementing Classes:
LeaderZookeeperStateMachineEnsemble, StateMachineEnsembleObjectSupport, ZookeeperStateMachineEnsemble

public interface StateMachineEnsemble<S,E>
StateMachineEnsemble is a contract between a StateMachine and arbitrary ensemble of other StateMachines.
Author:
Janne Valkealahti