Interface ManagedGroupFactoryStrategy
- All Known Implementing Classes:
DefaultGroupFactoryStrategy
public interface ManagedGroupFactoryStrategy
SPI Strategy for custom
ManagedGroupFactory implementations.-
Method Summary
Modifier and TypeMethodDescriptioncreateGroupFactory(org.apache.curator.framework.CuratorFramework curator, ClassLoader loader, org.apache.camel.CamelContext camelContext, Callable<org.apache.curator.framework.CuratorFramework> factory)
-
Method Details
-
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
-