| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder |
ZooKeeperEndpointBuilderFactory.AdvancedZooKeeperEndpointBuilder.basic() |
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder |
ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder.listChildren(boolean listChildren)
Whether the children of the node should be listed.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder |
ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder.listChildren(String listChildren)
Whether the children of the node should be listed.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder |
ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder.timeout(int timeout)
The time interval to wait on connection before timing out.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder |
ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder.timeout(String timeout)
The time interval to wait on connection before timing out.
|
static ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder |
ZooKeeperEndpointBuilderFactory.zookeeper(String path)
ZooKeeper (camel-zookeeper)
The zookeeper component allows interaction with a ZooKeeper cluster.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder |
ZooKeeperEndpointBuilderFactory.ZooKeeperBuilders.zookeeper(String path)
ZooKeeper (camel-zookeeper)
The zookeeper component allows interaction with a ZooKeeper cluster.
|
Apache Camel