default ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder |
ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
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)
Have only a single consumer in a cluster consuming from a given endpoint;
with automatic failover if the JVM dies.
|
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.
|