Interface CouchbaseEndpointBuilderFactory.CouchbaseBuilders

    • Method Detail

      • couchbase

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

        default CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder couchbase​(String path)
        Couchbase (camel-couchbase) Query Couchbase Views with a poll strategy and/or perform various operations against Couchbase databases. Category: database,nosql 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

        default CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder couchbase​(String componentName,
                                                                                   String path)
        Couchbase (camel-couchbase) Query Couchbase Views with a poll strategy and/or perform various operations against Couchbase databases. Category: database,nosql 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