@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface CouchbaseEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointBuilder
Advanced builder for endpoint for the Couchbase component.
|
static interface |
CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Couchbase component.
|
static interface |
CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointProducerBuilder
Advanced builder for endpoint producers for the Couchbase component.
|
static interface |
CouchbaseEndpointBuilderFactory.CouchbaseBuilders |
static interface |
CouchbaseEndpointBuilderFactory.CouchbaseEndpointBuilder
Builder for endpoint for the Couchbase component.
|
static interface |
CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder
Builder for endpoint consumers for the Couchbase component.
|
static interface |
CouchbaseEndpointBuilderFactory.CouchbaseEndpointProducerBuilder
Builder for endpoint producers for the Couchbase component.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
static 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