default ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder |
ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder |
ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder.backoff(long backoff) |
The time interval to backoff for after an error before retrying.
|
default ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder |
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.
|
default ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder |
ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder.configuration(org.apache.camel.component.zookeeper.ZooKeeperConfiguration configuration) |
To use a shared ZooKeeperConfiguration.
|
default ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder |
ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder.create(boolean create) |
Should the endpoint create the node if it does not currently exist.
|
default ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder |
ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder.createMode(String createMode) |
The create mode that should be used for the newly created node.
|
default ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder |
ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder |
ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder.listChildren(boolean listChildren) |
Whether the children of the node should be listed.
|
default ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder |
ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder.repeat(boolean repeat) |
Should changes to the znode be 'watched' and repeatedly processed.
|
default ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder |
ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder.sendEmptyMessageOnDelete(boolean sendEmptyMessageOnDelete) |
Upon the delete of a znode, should an empty message be send to the
consumer.
|
default ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder |
ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder.timeout(int timeout) |
The time interval to wait on connection before timing out.
|
static ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder |
ZookeeperComponentBuilderFactory.zookeeper() |
ZooKeeper (camel-zookeeper)
Manage ZooKeeper clusters.
|