Class ZooKeeperGroupFactory
java.lang.Object
org.apache.camel.component.zookeepermaster.group.internal.ZooKeeperGroupFactory
- All Implemented Interfaces:
GroupFactory
-
Constructor Summary
ConstructorsConstructorDescriptionZooKeeperGroupFactory(org.apache.curator.framework.CuratorFramework curator) -
Method Summary
Modifier and TypeMethodDescriptioncreateGroup(String path, Class<T> clazz) createGroup(String path, Class<T> clazz, ThreadFactory threadFactory) createMultiGroup(String path, Class<T> clazz) createMultiGroup(String path, Class<T> clazz, ThreadFactory threadFactory)
-
Constructor Details
-
ZooKeeperGroupFactory
public ZooKeeperGroupFactory(org.apache.curator.framework.CuratorFramework curator)
-
-
Method Details
-
createGroup
- Specified by:
createGroupin interfaceGroupFactory
-
createGroup
public <T extends NodeState> Group<T> createGroup(String path, Class<T> clazz, ThreadFactory threadFactory) - Specified by:
createGroupin interfaceGroupFactory
-
createMultiGroup
- Specified by:
createMultiGroupin interfaceGroupFactory
-
createMultiGroup
public <T extends NodeState> Group<T> createMultiGroup(String path, Class<T> clazz, ThreadFactory threadFactory) - Specified by:
createMultiGroupin interfaceGroupFactory
-