Class ZooKeeperEndpointBuilderFactory.ZooKeeperHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.ZooKeeperEndpointBuilderFactory.ZooKeeperHeaderNameBuilder
-
- Enclosing interface:
- ZooKeeperEndpointBuilderFactory
public static class ZooKeeperEndpointBuilderFactory.ZooKeeperHeaderNameBuilder extends Object
The builder of headers' name for the ZooKeeper component.
-
-
Constructor Summary
Constructors Constructor Description ZooKeeperHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringzookeeperAcl()The ACL.StringzookeeperCreateMode()The create mode.StringzookeeperEventType()The event type.StringzooKeeperNode()The node.StringzookeeperOperation()The operation to perform.StringzookeeperStatistics()The statistics.StringzooKeeperVersion()The node version.
-
-
-
Method Detail
-
zooKeeperNode
public String zooKeeperNode()
The node. The option is a:Stringtype. Group: common- Returns:
- the name of the header
ZooKeeperNode.
-
zooKeeperVersion
public String zooKeeperVersion()
The node version. The option is a:Integertype. Default: -1 Group: common- Returns:
- the name of the header
ZooKeeperVersion.
-
zookeeperAcl
public String zookeeperAcl()
The ACL. The option is a:List<ACL>type. Default: Ids.OPEN_ACL_UNSAFE Group: common- Returns:
- the name of the header
ZookeeperAcl.
-
zookeeperCreateMode
public String zookeeperCreateMode()
The create mode. The option is a:org.apache.zookeeper.CreateMode or Stringtype. Group: common- Returns:
- the name of the header
ZookeeperCreateMode.
-
zookeeperStatistics
public String zookeeperStatistics()
The statistics. The option is a:org.apache.zookeeper.data.Stattype. Group: common- Returns:
- the name of the header
ZookeeperStatistics.
-
zookeeperEventType
public String zookeeperEventType()
The event type. The option is a:org.apache.zookeeper.Watcher.Event.EventTypetype. Group: common- Returns:
- the name of the header
ZookeeperEventType.
-
zookeeperOperation
public String zookeeperOperation()
The operation to perform. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
ZookeeperOperation.
-
-