public static interface ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ZooKeeperEndpointBuilderFactory.AdvancedZooKeeperEndpointConsumerBuilder |
advanced() |
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
backoff(long backoff)
The time interval to backoff for after an error before retrying.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
backoff(String backoff)
The time interval to backoff for after an error before retrying.
|
default 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 |
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 |
listChildren(boolean listChildren)
Whether the children of the node should be listed.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
listChildren(String listChildren)
Whether the children of the node should be listed.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
repeat(boolean repeat)
Should changes to the znode be 'watched' and repeatedly processed.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
repeat(String repeat)
Should changes to the znode be 'watched' and repeatedly processed.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
sendEmptyMessageOnDelete(boolean sendEmptyMessageOnDelete)
Upon the delete of a znode, should an empty message be send to the
consumer.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
sendEmptyMessageOnDelete(String sendEmptyMessageOnDelete)
Upon the delete of a znode, should an empty message be send to the
consumer.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
timeout(int timeout)
The time interval to wait on connection before timing out.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder |
timeout(String timeout)
The time interval to wait on connection before timing out.
|
default ZooKeeperEndpointBuilderFactory.AdvancedZooKeeperEndpointConsumerBuilder advanced()
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder listChildren(boolean listChildren)
listChildren - the value to setdefault ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder listChildren(String listChildren)
listChildren - the value to setdefault ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder timeout(int timeout)
timeout - the value to setdefault ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder timeout(String timeout)
timeout - the value to setdefault ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder backoff(long backoff)
backoff - the value to setdefault ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder backoff(String backoff)
backoff - the value to setdefault ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder repeat(boolean repeat)
repeat - the value to setdefault ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder repeat(String repeat)
repeat - the value to setdefault ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder sendEmptyMessageOnDelete(boolean sendEmptyMessageOnDelete)
sendEmptyMessageOnDelete - the value to setdefault ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder sendEmptyMessageOnDelete(String sendEmptyMessageOnDelete)
sendEmptyMessageOnDelete - the value to setApache Camel