Uses of Interface
org.apache.camel.builder.endpoint.dsl.ZooKeeperMasterEndpointBuilderFactory.ZooKeeperMasterEndpointBuilder
Packages that use ZooKeeperMasterEndpointBuilderFactory.ZooKeeperMasterEndpointBuilder
-
Uses of ZooKeeperMasterEndpointBuilderFactory.ZooKeeperMasterEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return ZooKeeperMasterEndpointBuilderFactory.ZooKeeperMasterEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.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.StaticEndpointBuilders.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.ZooKeeperMasterEndpointBuilderModifier and TypeMethodDescriptionZooKeeperMasterEndpointBuilderFactory.AdvancedZooKeeperMasterEndpointBuilder.basic()ZooKeeperMasterEndpointBuilderFactory.endpointBuilder(String componentName, String path) ZooKeeperMasterEndpointBuilderFactory.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.ZooKeeperMasterEndpointBuilderFactory.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.