Uses of Interface
org.apache.camel.component.zookeepermaster.group.ManagedGroupFactory
-
Packages that use ManagedGroupFactory Package Description org.apache.camel.component.zookeepermaster org.apache.camel.component.zookeepermaster.group -
-
Uses of ManagedGroupFactory in org.apache.camel.component.zookeepermaster
Methods in org.apache.camel.component.zookeepermaster that return ManagedGroupFactory Modifier and Type Method Description ManagedGroupFactoryManagedGroupFactoryStrategy. createGroupFactory(org.apache.curator.framework.CuratorFramework curator, ClassLoader loader, org.apache.camel.CamelContext camelContext, Callable<org.apache.curator.framework.CuratorFramework> factory)ManagedGroupFactoryZookeeperGroupSupport. getManagedGroupFactory()Methods in org.apache.camel.component.zookeepermaster with parameters of type ManagedGroupFactory Modifier and Type Method Description voidZookeeperGroupSupport. setManagedGroupFactory(ManagedGroupFactory managedGroupFactory) -
Uses of ManagedGroupFactory in org.apache.camel.component.zookeepermaster.group
Classes in org.apache.camel.component.zookeepermaster.group that implement ManagedGroupFactory Modifier and Type Class Description classDefaultManagedGroupFactoryMethods in org.apache.camel.component.zookeepermaster.group that return ManagedGroupFactory Modifier and Type Method Description ManagedGroupFactoryDefaultGroupFactoryStrategy. createGroupFactory(org.apache.curator.framework.CuratorFramework curator, ClassLoader loader, org.apache.camel.CamelContext camelContext, Callable<org.apache.curator.framework.CuratorFramework> factory)
-