Class CouchDbEndpointBuilderFactory.CouchDbHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.CouchDbEndpointBuilderFactory.CouchDbHeaderNameBuilder
-
- Enclosing interface:
- CouchDbEndpointBuilderFactory
public static class CouchDbEndpointBuilderFactory.CouchDbHeaderNameBuilder extends Object
The builder of headers' name for the CouchDB component.
-
-
Constructor Summary
Constructors Constructor Description CouchDbHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcouchDbDatabase()The database the message came from.StringcouchDbId()The couchdb document id.StringcouchDbMethod()The method (delete / update).StringcouchDbResumeAction()The resume action to execute when resuming.StringcouchDbRev()The couchdb document revision.StringcouchDbSeq()The couchdb changeset sequence number of the update / delete message.
-
-
-
Method Detail
-
couchDbDatabase
public String couchDbDatabase()
The database the message came from. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
CouchDbDatabase.
-
couchDbSeq
public String couchDbSeq()
The couchdb changeset sequence number of the update / delete message. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
CouchDbSeq.
-
couchDbId
public String couchDbId()
The couchdb document id. The option is a:Stringtype. Group: common- Returns:
- the name of the header
CouchDbId.
-
couchDbRev
public String couchDbRev()
The couchdb document revision. The option is a:Stringtype. Group: common- Returns:
- the name of the header
CouchDbRev.
-
couchDbMethod
public String couchDbMethod()
The method (delete / update). The option is a:Stringtype. Group: common- Returns:
- the name of the header
CouchDbMethod.
-
couchDbResumeAction
public String couchDbResumeAction()
The resume action to execute when resuming. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
CouchDbResumeAction.
-
-