| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder |
CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointBuilder.basic() |
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder |
CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder.bucket(String bucket)
The bucket to use.
|
static CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder |
CouchbaseEndpointBuilderFactory.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 |
CouchbaseEndpointBuilderFactory.CouchbaseBuilders.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 |
CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder.key(String key)
The key to use.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder |
CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder.password(String password)
The password to use.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder |
CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder.username(String username)
The username to use.
|
Apache Camel