Class CouchbaseEndpointBuilderFactory.CouchbaseHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.CouchbaseEndpointBuilderFactory.CouchbaseHeaderNameBuilder
- Enclosing interface:
CouchbaseEndpointBuilderFactory
The builder of headers' name for the Couchbase component.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CouchbaseHeaderNameBuilder
public CouchbaseHeaderNameBuilder()
-
-
Method Details
-
ccbKey
The key. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
CCB_KEY.
-
ccbId
The document id. The option is a:Stringtype. Group: common- Returns:
- the name of the header
CCB_ID.
-
ccbTtl
The expiry for the document in seconds. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
CCB_TTL.
-
ccbDdn
The design document name. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
CCB_DDN.
-
ccbVn
The view name. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
CCB_VN.
-
cqlResumeQuery
The resume action to execute when resuming. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
CqlResumeQuery.
-