Interface Etcd3EndpointBuilderFactory.Etcd3Builders

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

public static interface Etcd3EndpointBuilderFactory.Etcd3Builders
  • Method Details

    • etcd3

      Etcd v3 (camel-etcd3) Get, set, delete or watch keys in etcd key-value store. Category: clustering,database Since: 3.19 Maven coordinates: org.apache.camel:camel-etcd3
      Returns:
      the dsl builder for the headers' name.
    • etcd3

      Etcd v3 (camel-etcd3) Get, set, delete or watch keys in etcd key-value store. Category: clustering,database Since: 3.19 Maven coordinates: org.apache.camel:camel-etcd3 Syntax: etcd3:path Path parameter: path The path the endpoint refers to
      Parameters:
      path - path
      Returns:
      the dsl builder
    • etcd3

      default Etcd3EndpointBuilderFactory.Etcd3EndpointBuilder etcd3(String componentName, String path)
      Etcd v3 (camel-etcd3) Get, set, delete or watch keys in etcd key-value store. Category: clustering,database Since: 3.19 Maven coordinates: org.apache.camel:camel-etcd3 Syntax: etcd3:path Path parameter: path The path the endpoint refers to
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - path
      Returns:
      the dsl builder