Interface ManagedGroupFactory
-
- All Superinterfaces:
GroupFactory
- All Known Implementing Classes:
DefaultManagedGroupFactory
public interface ManagedGroupFactory extends GroupFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidclose()org.apache.curator.framework.CuratorFrameworkgetCurator()default voidsetClassLoader(ClassLoader classLoader)-
Methods inherited from interface org.apache.camel.component.zookeepermaster.group.GroupFactory
createGroup, createGroup, createMultiGroup, createMultiGroup
-
-
-
-
Method Detail
-
getCurator
org.apache.curator.framework.CuratorFramework getCurator()
-
close
void close()
-
setClassLoader
default void setClassLoader(ClassLoader classLoader)
-
-