public static interface ZooKeeperEndpointBuilderFactory.ZooKeeperBuilders
| Modifier and Type | Method and Description |
|---|---|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder |
zookeeper(String path)
ZooKeeper (camel-zookeeper)
The zookeeper component allows interaction with a ZooKeeper cluster.
|
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder zookeeper(String path)
zookeeper:serverUrls/path
Path parameter: serverUrls (required)
The zookeeper server hosts (multiple servers can be separated by
comma)
Path parameter: path (required)
The node in the ZooKeeper server (aka znode)Apache Camel