| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder |
ComponentsBuilderFactory.zookeeperMaster()
ZooKeeper Master (camel-zookeeper-master)
Represents an endpoint which only becomes active when it obtains the
master lock
Category: clustering
Since: 2.19
Maven coordinates: org.apache.camel:camel-zookeeper-master
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder |
ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder |
ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder |
ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder.containerIdFactory(org.apache.camel.component.zookeepermaster.ContainerIdFactory containerIdFactory)
To use a custom ContainerIdFactory for creating container ids.
|
default ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder |
ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder.curator(org.apache.curator.framework.CuratorFramework curator)
To use a custom configured CuratorFramework as connection to
zookeeper ensemble.
|
default ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder |
ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder.maximumConnectionTimeout(int maximumConnectionTimeout)
Timeout in millis to use when connecting to the zookeeper ensemble.
|
default ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder |
ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder.zkRoot(String zkRoot)
The root path to use in zookeeper where information is stored which
nodes are master/slave etc.
|
static ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder |
ZookeeperMasterComponentBuilderFactory.zookeeperMaster()
ZooKeeper Master (camel-zookeeper-master)
Represents an endpoint which only becomes active when it obtains the
master lock
Category: clustering
Since: 2.19
Maven coordinates: org.apache.camel:camel-zookeeper-master
|
default ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder |
ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder.zooKeeperPassword(String zooKeeperPassword)
The password to use when connecting to the zookeeper ensemble.
|
default ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder |
ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder.zooKeeperUrl(String zooKeeperUrl)
The url for the zookeeper ensemble.
|
Apache Camel