Class LeaderZookeeperStateMachineEnsemble<S,E>

Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle, StateMachineEnsemble<S,E>, StateMachineReactiveLifecycle

public class LeaderZookeeperStateMachineEnsemble<S,E> extends ZookeeperStateMachineEnsemble<S,E>
StateMachineEnsemble backed by a zookeeper and leader functionality from a Spring Cloud Cluster.
Author:
Janne Valkealahti