public static interface ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder extends ComponentBuilder<org.apache.camel.component.zookeepermaster.MasterComponent>
| Modifier and Type | Method and Description |
|---|---|
default ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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)
bridgeErrorHandler - the value to setdefault ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder maximumConnectionTimeout(int maximumConnectionTimeout)
maximumConnectionTimeout - the value to setdefault ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder zkRoot(String zkRoot)
zkRoot - the value to setdefault ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder zooKeeperUrl(String zooKeeperUrl)
zooKeeperUrl - the value to setdefault ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder containerIdFactory(org.apache.camel.component.zookeepermaster.ContainerIdFactory containerIdFactory)
containerIdFactory - the value to setdefault ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder curator(org.apache.curator.framework.CuratorFramework curator)
curator - the value to setdefault ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder zooKeeperPassword(String zooKeeperPassword)
zooKeeperPassword - the value to setApache Camel