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.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.
|