Class ZooKeeperMultiGroup<T extends NodeState>

java.lang.Object
org.apache.camel.component.zookeepermaster.group.internal.ZooKeeperGroup<T>
org.apache.camel.component.zookeepermaster.group.internal.ZooKeeperMultiGroup<T>
All Implemented Interfaces:
Closeable, AutoCloseable, Group<T>, MultiGroup<T>

public class ZooKeeperMultiGroup<T extends NodeState> extends ZooKeeperGroup<T> implements MultiGroup<T>
  • Constructor Details

    • ZooKeeperMultiGroup

      public ZooKeeperMultiGroup(org.apache.curator.framework.CuratorFramework client, String path, Class<T> clazz)
    • ZooKeeperMultiGroup

      public ZooKeeperMultiGroup(org.apache.curator.framework.CuratorFramework client, String path, Class<T> clazz, ExecutorService executorService)
    • ZooKeeperMultiGroup

      public ZooKeeperMultiGroup(org.apache.curator.framework.CuratorFramework client, String path, Class<T> clazz, ThreadFactory threadFactory)
  • Method Details