| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder |
StaticEndpointBuilders.zookeeper(String path)
ZooKeeper (camel-zookeeper)
Manage ZooKeeper clusters.
|
static ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder |
StaticEndpointBuilders.zookeeper(String componentName,
String path)
ZooKeeper (camel-zookeeper)
Manage ZooKeeper clusters.
|
| Modifier and Type | Method and Description |
|---|---|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder |
ZooKeeperEndpointBuilderFactory.AdvancedZooKeeperEndpointBuilder.basic() |
static ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder |
ZooKeeperEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
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.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder |
ZooKeeperEndpointBuilderFactory.ZooKeeperBuilders.zookeeper(String path)
ZooKeeper (camel-zookeeper)
Manage ZooKeeper clusters.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder |
ZooKeeperEndpointBuilderFactory.ZooKeeperBuilders.zookeeper(String componentName,
String path)
ZooKeeper (camel-zookeeper)
Manage ZooKeeper clusters.
|
Apache Camel