public static interface ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ZooKeeperEndpointBuilderFactory.AdvancedZooKeeperEndpointProducerBuilder |
advanced() |
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder |
create(boolean create)
Should the endpoint create the node if it does not currently exist.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder |
create(String create)
Should the endpoint create the node if it does not currently exist.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder |
createMode(String createMode)
The create mode that should be used for the newly created node.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder |
listChildren(boolean listChildren)
Whether the children of the node should be listed.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder |
listChildren(String listChildren)
Whether the children of the node should be listed.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder |
timeout(int timeout)
The time interval to wait on connection before timing out.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder |
timeout(String timeout)
The time interval to wait on connection before timing out.
|
default ZooKeeperEndpointBuilderFactory.AdvancedZooKeeperEndpointProducerBuilder advanced()
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder listChildren(boolean listChildren)
listChildren - the value to setdefault ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder listChildren(String listChildren)
listChildren - the value to setdefault ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder timeout(int timeout)
timeout - the value to setdefault ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder timeout(String timeout)
timeout - the value to setdefault ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder create(boolean create)
create - the value to setdefault ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder create(String create)
create - the value to setdefault ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder createMode(String createMode)
createMode - the value to setdefault ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setApache Camel