default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder.backoff(long backoff) |
The time interval to backoff for after an error before retrying.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder.backoff(String backoff) |
The time interval to backoff for after an error before retrying.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
ZooKeeperEndpointBuilderFactory.AdvancedZooKeeperEndpointConsumerBuilder.basic() |
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder.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 ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder.bridgeErrorHandler(String 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 ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder.listChildren(boolean listChildren) |
Whether the children of the node should be listed.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder.listChildren(String listChildren) |
Whether the children of the node should be listed.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder.repeat(boolean repeat) |
Should changes to the znode be 'watched' and repeatedly processed.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder.repeat(String repeat) |
Should changes to the znode be 'watched' and repeatedly processed.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder.sendEmptyMessageOnDelete(boolean sendEmptyMessageOnDelete) |
Upon the delete of a znode, should an empty message be send to the
consumer.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder.sendEmptyMessageOnDelete(String sendEmptyMessageOnDelete) |
Upon the delete of a znode, should an empty message be send to the
consumer.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder.timeout(int timeout) |
The time interval to wait on connection before timing out.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder.timeout(String timeout) |
The time interval to wait on connection before timing out.
|