Uses of Class
org.apache.camel.component.zookeeper.ZooKeeperConfiguration
Packages that use ZooKeeperConfiguration
-
Uses of ZooKeeperConfiguration in org.apache.camel.component.zookeeper
Methods in org.apache.camel.component.zookeeper that return ZooKeeperConfigurationModifier and TypeMethodDescriptionZooKeeperConfiguration.copy()ZooKeeperComponent.getConfiguration()ZooKeeperEndpoint.getConfiguration()Methods in org.apache.camel.component.zookeeper with parameters of type ZooKeeperConfigurationModifier and TypeMethodDescriptionvoidZooKeeperComponent.setConfiguration(ZooKeeperConfiguration configuration) To use a sharedZooKeeperConfigurationvoidZooKeeperEndpoint.setConfiguration(ZooKeeperConfiguration configuration) Constructors in org.apache.camel.component.zookeeper with parameters of type ZooKeeperConfigurationModifierConstructorDescriptionConnectionHolder(ZooKeeperConfiguration configuration) ZooKeeperComponent(ZooKeeperConfiguration configuration) ZooKeeperEndpoint(String uri, ZooKeeperComponent component, ZooKeeperConfiguration configuration)