public static interface CouchbaseEndpointBuilderFactory.CouchbaseBuilders
| Modifier and Type | Method and Description |
|---|---|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder |
couchbase(String path)
Couchbase (camel-couchbase)
Represents a Couchbase endpoint that can query Views with a Poll
strategy and/or produce various type of operations.
|
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: 8091Apache Camel