Uses of Interface
org.apache.camel.builder.endpoint.dsl.ZooKeeperMasterEndpointBuilderFactory.ZooKeeperMasterEndpointBuilder
-
Packages that use ZooKeeperMasterEndpointBuilderFactory.ZooKeeperMasterEndpointBuilder Package Description org.apache.camel.builder.endpoint org.apache.camel.builder.endpoint.dsl -
-
Uses of ZooKeeperMasterEndpointBuilderFactory.ZooKeeperMasterEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return ZooKeeperMasterEndpointBuilderFactory.ZooKeeperMasterEndpointBuilder Modifier and Type Method Description static ZooKeeperMasterEndpointBuilderFactory.ZooKeeperMasterEndpointBuilderStaticEndpointBuilders. zookeeperMaster(String path)ZooKeeper Master (camel-zookeeper-master) Have only a single consumer in a cluster consuming from a given endpoint; with automatic failover if the JVM dies.static ZooKeeperMasterEndpointBuilderFactory.ZooKeeperMasterEndpointBuilderStaticEndpointBuilders. zookeeperMaster(String componentName, String path)ZooKeeper Master (camel-zookeeper-master) Have only a single consumer in a cluster consuming from a given endpoint; with automatic failover if the JVM dies. -
Uses of ZooKeeperMasterEndpointBuilderFactory.ZooKeeperMasterEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ZooKeeperMasterEndpointBuilderFactory.ZooKeeperMasterEndpointBuilder Modifier and Type Method Description default ZooKeeperMasterEndpointBuilderFactory.ZooKeeperMasterEndpointBuilderZooKeeperMasterEndpointBuilderFactory.AdvancedZooKeeperMasterEndpointBuilder. basic()static ZooKeeperMasterEndpointBuilderFactory.ZooKeeperMasterEndpointBuilderZooKeeperMasterEndpointBuilderFactory. endpointBuilder(String componentName, String path)default ZooKeeperMasterEndpointBuilderFactory.ZooKeeperMasterEndpointBuilderZooKeeperMasterEndpointBuilderFactory.ZooKeeperMasterBuilders. zookeeperMaster(String path)ZooKeeper Master (camel-zookeeper-master) Have only a single consumer in a cluster consuming from a given endpoint; with automatic failover if the JVM dies.default ZooKeeperMasterEndpointBuilderFactory.ZooKeeperMasterEndpointBuilderZooKeeperMasterEndpointBuilderFactory.ZooKeeperMasterBuilders. zookeeperMaster(String componentName, String path)ZooKeeper Master (camel-zookeeper-master) Have only a single consumer in a cluster consuming from a given endpoint; with automatic failover if the JVM dies.
-