Interface ZooKeeperEndpointBuilderFactory.ZooKeeperBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
ZooKeeperEndpointBuilderFactory

public static interface ZooKeeperEndpointBuilderFactory.ZooKeeperBuilders
  • Method Details

    • zookeeper

      ZooKeeper (camel-zookeeper) Manage ZooKeeper clusters. Category: clustering,management,bigdata Since: 2.9 Maven coordinates: org.apache.camel:camel-zookeeper
      Returns:
      the dsl builder for the headers' name.
    • zookeeper

      ZooKeeper (camel-zookeeper) Manage ZooKeeper clusters. Category: clustering,management,bigdata Since: 2.9 Maven coordinates: org.apache.camel:camel-zookeeper Syntax: zookeeper:serverUrls/path Path parameter: serverUrls (required) The zookeeper server hosts (multiple servers can be separated by comma) Path parameter: path (required) The node in the ZooKeeper server (aka znode)
      Parameters:
      path - serverUrls/path
      Returns:
      the dsl builder
    • zookeeper

      ZooKeeper (camel-zookeeper) Manage ZooKeeper clusters. Category: clustering,management,bigdata Since: 2.9 Maven coordinates: org.apache.camel:camel-zookeeper Syntax: zookeeper:serverUrls/path Path parameter: serverUrls (required) The zookeeper server hosts (multiple servers can be separated by comma) Path parameter: path (required) The node in the ZooKeeper server (aka znode)
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - serverUrls/path
      Returns:
      the dsl builder