Interface CouchbaseEndpointBuilderFactory.CouchbaseBuilders

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

public static interface CouchbaseEndpointBuilderFactory.CouchbaseBuilders
  • Method Details

    • couchbase

      Couchbase (camel-couchbase) Query Couchbase Views with a poll strategy and/or perform various operations against Couchbase databases. Category: database Since: 2.19 Maven coordinates: org.apache.camel:camel-couchbase
      Returns:
      the dsl builder for the headers' name.
    • couchbase

      Couchbase (camel-couchbase) Query Couchbase Views with a poll strategy and/or perform various operations against Couchbase databases. Category: database Since: 2.19 Maven coordinates: org.apache.camel:camel-couchbase Syntax: couchbase:protocol://hostname:port Path parameter: protocol (required) The protocol to use Path parameter: hostname (required) The hostname to use Path parameter: port The port number to use Default value: 8091
      Parameters:
      path - protocol://hostname:port
      Returns:
      the dsl builder
    • couchbase

      Couchbase (camel-couchbase) Query Couchbase Views with a poll strategy and/or perform various operations against Couchbase databases. Category: database Since: 2.19 Maven coordinates: org.apache.camel:camel-couchbase Syntax: couchbase:protocol://hostname:port Path parameter: protocol (required) The protocol to use Path parameter: hostname (required) The hostname to use Path parameter: port The port number to use Default value: 8091
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - protocol://hostname:port
      Returns:
      the dsl builder