| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder |
StaticEndpointBuilders.couchbase(String path)
Couchbase (camel-couchbase)
Query Couchbase Views with a poll strategy and/or perform various
operations against Couchbase databases.
|
static CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder |
StaticEndpointBuilders.couchbase(String componentName,
String path)
Couchbase (camel-couchbase)
Query Couchbase Views with a poll strategy and/or perform various
operations against Couchbase databases.
|
| Modifier and Type | Method and Description |
|---|---|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder |
CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointBuilder.basic() |
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder |
CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder.bucket(String bucket)
The bucket to use.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder |
CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder.collection(String collection)
The collection to use.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder |
CouchbaseEndpointBuilderFactory.CouchbaseBuilders.couchbase(String path)
Couchbase (camel-couchbase)
Query Couchbase Views with a poll strategy and/or perform various
operations against Couchbase databases.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder |
CouchbaseEndpointBuilderFactory.CouchbaseBuilders.couchbase(String componentName,
String path)
Couchbase (camel-couchbase)
Query Couchbase Views with a poll strategy and/or perform various
operations against Couchbase databases.
|
static CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder |
CouchbaseEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
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.scope(String scope)
The scope to use.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder |
CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder.username(String username)
The username to use.
|
Apache Camel