Class ZooKeeperEndpointBuilderFactory.ZooKeeperHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.ZooKeeperEndpointBuilderFactory.ZooKeeperHeaderNameBuilder
- Enclosing interface:
ZooKeeperEndpointBuilderFactory
The builder of headers' name for the ZooKeeper component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe ACL.The create mode.The event type.The node.The operation to perform.The statistics.The node version.
-
Constructor Details
-
ZooKeeperHeaderNameBuilder
public ZooKeeperHeaderNameBuilder()
-
-
Method Details
-
zooKeeperNode
The node. The option is a:Stringtype. Group: common- Returns:
- the name of the header
ZooKeeperNode.
-
zooKeeperVersion
The node version. The option is a:Integertype. Default: -1 Group: common- Returns:
- the name of the header
ZooKeeperVersion.
-
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
The create mode. The option is a:org.apache.zookeeper.CreateMode or Stringtype. Group: common- Returns:
- the name of the header
ZookeeperCreateMode.
-
zookeeperStatistics
The statistics. The option is a:org.apache.zookeeper.data.Stattype. Group: common- Returns:
- the name of the header
ZookeeperStatistics.
-
zookeeperEventType
The event type. The option is a:org.apache.zookeeper.Watcher.Event.EventTypetype. Group: common- Returns:
- the name of the header
ZookeeperEventType.
-
zookeeperOperation
The operation to perform. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
ZookeeperOperation.
-