Class ZookeeperGroupListenerSupport<T extends NodeState>

java.lang.Object
org.apache.camel.support.service.BaseService
org.apache.camel.support.service.ServiceSupport
org.apache.camel.component.zookeepermaster.ZookeeperGroupSupport<T>
org.apache.camel.component.zookeepermaster.ZookeeperGroupListenerSupport<T>
All Implemented Interfaces:
AutoCloseable, Callable<org.apache.curator.framework.CuratorFramework>, org.apache.camel.CamelContextAware, GroupListener<T>, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.spi.HasCamelContext, org.apache.camel.StatefulService, org.apache.camel.SuspendableService, org.apache.curator.framework.state.ConnectionStateListener

public class ZookeeperGroupListenerSupport<T extends NodeState> extends ZookeeperGroupSupport<T> implements GroupListener<T>