Uses of Class
org.apache.camel.component.couchbase.CouchbaseEndpoint
-
-
Uses of CouchbaseEndpoint in org.apache.camel.component.couchbase
Methods in org.apache.camel.component.couchbase that return CouchbaseEndpoint Modifier and Type Method Description protected CouchbaseEndpointCouchbaseComponent. createEndpoint(String uri, String remaining, Map<String,Object> parameters)Constructors in org.apache.camel.component.couchbase with parameters of type CouchbaseEndpoint Constructor Description CouchbaseConsumer(CouchbaseEndpoint endpoint, com.couchbase.client.java.Bucket client, org.apache.camel.Processor processor)CouchbaseProducer(CouchbaseEndpoint endpoint, com.couchbase.client.java.Bucket client, int persistTo, int replicateTo)
-