@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface ZooKeeperEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ZooKeeperEndpointBuilderFactory.AdvancedZooKeeperEndpointBuilder
Advanced builder for endpoint for the ZooKeeper component.
|
static interface |
ZooKeeperEndpointBuilderFactory.AdvancedZooKeeperEndpointConsumerBuilder
Advanced builder for endpoint consumers for the ZooKeeper component.
|
static interface |
ZooKeeperEndpointBuilderFactory.AdvancedZooKeeperEndpointProducerBuilder
Advanced builder for endpoint producers for the ZooKeeper component.
|
static interface |
ZooKeeperEndpointBuilderFactory.ZooKeeperBuilders |
static interface |
ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder
Builder for endpoint for the ZooKeeper component.
|
static interface |
ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder
Builder for endpoint consumers for the ZooKeeper component.
|
static interface |
ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder
Builder for endpoint producers for the ZooKeeper component.
|
| Modifier and Type | Method and Description |
|---|---|
static ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder |
zookeeper(String path)
ZooKeeper (camel-zookeeper)
The zookeeper component allows interaction with a ZooKeeper cluster.
|
static 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