Uses of Interface
org.apache.camel.builder.component.dsl.ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder
Packages that use ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder
-
Uses of ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return ZookeeperComponentBuilderFactory.ZookeeperComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.zookeeper()ZooKeeper (camel-zookeeper) Manage ZooKeeper clusters. -
Uses of ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement ZookeeperComponentBuilderFactory.ZookeeperComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return ZookeeperComponentBuilderFactory.ZookeeperComponentBuilderModifier and TypeMethodDescriptionZookeeperComponentBuilderFactory.ZookeeperComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder.backoff(long backoff) The time interval to backoff for after an error before retrying.ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder.configuration(org.apache.camel.component.zookeeper.ZooKeeperConfiguration configuration) To use a shared ZooKeeperConfiguration.ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder.create(boolean create) Should the endpoint create the node if it does not currently exist.ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder.createMode(String createMode) The create mode that should be used for the newly created node.ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder.listChildren(boolean listChildren) Whether the children of the node should be listed.ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder.repeat(boolean repeat) Should changes to the znode be 'watched' and repeatedly processed.ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder.sendEmptyMessageOnDelete(boolean sendEmptyMessageOnDelete) Upon the delete of a znode, should an empty message be send to the consumer.ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder.timeout(int timeout) The time interval to wait on connection before timing out.ZookeeperComponentBuilderFactory.zookeeper()ZooKeeper (camel-zookeeper) Manage ZooKeeper clusters.