public static interface CouchbaseEndpointBuilderFactory.CouchbaseBuilders
| Modifier and Type | Method and Description |
|---|---|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder |
couchbase(String path)
Couchbase (camel-couchbase)
Query Couchbase Views with a poll strategy and/or perform various
operations against Couchbase databases.
|
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.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder couchbase(String path)
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: 8091path - protocol:hostname:portdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder couchbase(String componentName, String path)
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: 8091componentName - to use a custom component name for the endpoint
instead of the default namepath - protocol:hostname:portApache Camel