Uses of Interface
org.apache.camel.builder.component.dsl.ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder
Packages that use ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder
-
Uses of ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.zookeeperMaster()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 ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilderModifier and TypeMethodDescriptionZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder.containerIdFactory(org.apache.camel.component.zookeepermaster.ContainerIdFactory containerIdFactory) To use a custom ContainerIdFactory for creating container ids.ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder.curator(org.apache.curator.framework.CuratorFramework curator) To use a custom configured CuratorFramework as connection to zookeeper ensemble.ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder.maximumConnectionTimeout(int maximumConnectionTimeout) Timeout in millis to use when connecting to the zookeeper ensemble.The root path to use in zookeeper where information is stored which nodes are master/slave etc.ZookeeperMasterComponentBuilderFactory.zookeeperMaster()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.ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder.zooKeeperPassword(String zooKeeperPassword) The password to use when connecting to the zookeeper ensemble.ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder.zooKeeperUrl(String zooKeeperUrl) The url for the zookeeper ensemble.