Class CouchbaseEndpointBuilderFactory.CouchbaseHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.CouchbaseEndpointBuilderFactory.CouchbaseHeaderNameBuilder
-
- Enclosing interface:
- CouchbaseEndpointBuilderFactory
public static class CouchbaseEndpointBuilderFactory.CouchbaseHeaderNameBuilder extends Object
The builder of headers' name for the Couchbase component.
-
-
Constructor Summary
Constructors Constructor Description CouchbaseHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringccbDdn()The design document name.StringccbId()The document id.StringccbKey()The key.StringccbTtl()The expiry for the document in seconds.StringccbVn()The view name.StringcqlResumeQuery()The resume action to execute when resuming.
-
-
-
Method Detail
-
ccbKey
public String ccbKey()
The key. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
CCB_KEY.
-
ccbId
public String ccbId()
The document id. The option is a:Stringtype. Group: common- Returns:
- the name of the header
CCB_ID.
-
ccbTtl
public String ccbTtl()
The expiry for the document in seconds. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
CCB_TTL.
-
ccbDdn
public String ccbDdn()
The design document name. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
CCB_DDN.
-
ccbVn
public String ccbVn()
The view name. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
CCB_VN.
-
cqlResumeQuery
public String cqlResumeQuery()
The resume action to execute when resuming. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
CqlResumeQuery.
-
-