Interface CouchDbConstants
public interface CouchDbConstants
-
Field Details
-
HEADER_DATABASE
@Metadata(label="consumer", description="The database the message came from", javaType="String") static final String HEADER_DATABASE- See Also:
-
HEADER_SEQ
@Metadata(label="consumer", description="The couchdb changeset sequence number of the update / delete message", javaType="String") static final String HEADER_SEQ- See Also:
-
HEADER_DOC_ID
@Metadata(description="The couchdb document id", javaType="String") static final String HEADER_DOC_ID- See Also:
-
HEADER_DOC_REV
@Metadata(description="The couchdb document revision", javaType="String") static final String HEADER_DOC_REV- See Also:
-
HEADER_METHOD
@Metadata(description="The method (delete / update)", javaType="String") static final String HEADER_METHOD- See Also:
-
COUCHDB_RESUME_ACTION
@Metadata(label="consumer", description="The resume action to execute when resuming.", javaType="String") static final String COUCHDB_RESUME_ACTION- See Also:
-