Uses of Class
org.apache.camel.component.zookeeper.ZooKeeperConfiguration

Packages that use ZooKeeperConfiguration
org.apache.camel.component.zookeeper   
 

Uses of ZooKeeperConfiguration in org.apache.camel.component.zookeeper
 

Methods in org.apache.camel.component.zookeeper that return ZooKeeperConfiguration
 ZooKeeperConfiguration ZooKeeperConfiguration.copy()
           
 ZooKeeperConfiguration ZooKeeperComponent.getConfiguration()
           
 ZooKeeperConfiguration ZooKeeperEndpoint.getConfiguration()
           
 

Methods in org.apache.camel.component.zookeeper with parameters of type ZooKeeperConfiguration
 void ZooKeeperComponent.setConfiguration(ZooKeeperConfiguration configuration)
           
 void ZooKeeperEndpoint.setConfiguration(ZooKeeperConfiguration configuration)
           
 

Constructors in org.apache.camel.component.zookeeper with parameters of type ZooKeeperConfiguration
ConnectionHolder(ZooKeeperConfiguration configuration)
           
ZooKeeperComponent(ZooKeeperConfiguration configuration)
           
ZooKeeperEndpoint(String uri, ZooKeeperComponent component, ZooKeeperConfiguration configuration)
           
 



Apache CAMEL