public static interface ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder extends ComponentBuilder<org.apache.camel.component.zookeepermaster.MasterComponent>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
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 |
containerIdFactory(org.apache.camel.component.zookeepermaster.ContainerIdFactory containerIdFactory)
To use a custom ContainerIdFactory for creating container ids.
|
default ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder |
curator(org.apache.curator.framework.CuratorFramework curator)
To use a custom configured CuratorFramework as connection to
zookeeper ensemble.
|
default ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder |
maximumConnectionTimeout(int maximumConnectionTimeout)
Timeout in millis to use when connecting to the zookeeper ensemble.
|
default ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder |
zkRoot(String zkRoot)
The root path to use in zookeeper where information is stored which
nodes are master/slave etc.
|
default ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder |
zooKeeperPassword(String zooKeeperPassword)
The password to use when connecting to the zookeeper ensemble.
|
default ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder |
zooKeeperUrl(String zooKeeperUrl)
The url for the zookeeper ensemble.
|
build, build, doSetProperty, registerdefault ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder maximumConnectionTimeout(int maximumConnectionTimeout)
int type.
Default: 10000
Group: consumerdefault ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder zkRoot(String zkRoot)
java.lang.String type.
Default: /camel/zookeepermaster/clusters/master
Group: consumerdefault ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder zooKeeperUrl(String zooKeeperUrl)
java.lang.String type.
Default: localhost:2181
Group: consumerdefault ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder containerIdFactory(org.apache.camel.component.zookeepermaster.ContainerIdFactory containerIdFactory)
org.apache.camel.component.zookeepermaster.ContainerIdFactory type.
Group: advanceddefault ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder curator(org.apache.curator.framework.CuratorFramework curator)
org.apache.curator.framework.CuratorFramework type.
Group: advanceddefault ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder zooKeeperPassword(String zooKeeperPassword)
java.lang.String type.
Group: securityApache Camel