Interface ManagedGroupFactoryStrategy
-
- All Known Implementing Classes:
DefaultGroupFactoryStrategy
public interface ManagedGroupFactoryStrategySPI Strategy for customManagedGroupFactoryimplementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedGroupFactorycreateGroupFactory(org.apache.curator.framework.CuratorFramework curator, ClassLoader loader, org.apache.camel.CamelContext camelContext, Callable<org.apache.curator.framework.CuratorFramework> factory)
-
-
-
Method Detail
-
createGroupFactory
ManagedGroupFactory createGroupFactory(org.apache.curator.framework.CuratorFramework curator, ClassLoader loader, org.apache.camel.CamelContext camelContext, Callable<org.apache.curator.framework.CuratorFramework> factory) throws Exception
- Throws:
Exception
-
-