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 Details

    • ZooKeeperHeaderNameBuilder

      public ZooKeeperHeaderNameBuilder()
  • Method Details

    • zooKeeperNode

      public String zooKeeperNode()
      The node. The option is a: String type. Group: common
      Returns:
      the name of the header ZooKeeperNode.
    • zooKeeperVersion

      public String zooKeeperVersion()
      The node version. The option is a: Integer type. 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 String type. Group: common
      Returns:
      the name of the header ZookeeperCreateMode.
    • zookeeperStatistics

      public String zookeeperStatistics()
      The statistics. The option is a: org.apache.zookeeper.data.Stat type. 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.EventType type. Group: common
      Returns:
      the name of the header ZookeeperEventType.
    • zookeeperOperation

      public String zookeeperOperation()
      The operation to perform. The option is a: String type. Group: producer
      Returns:
      the name of the header ZookeeperOperation.