Class MongoHeaders
java.lang.Object
org.springframework.integration.mongodb.support.MongoHeaders
Pre-defined names and prefixes to be used
 for dealing with headers required by Mongo components.
- Since:
- 2.2
- Author:
- Gary Russell, Artem Bilan
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe header for change stream event type.static final StringThe header for change stream event resume token.static final StringThe header for change stream event timestamp.static final StringThe header for MongoDb collection name.static final StringA prefix for MongoDb-specific message headers.static final StringThe prefix for change stream event headers.
- 
Method Summary
- 
Field Details- 
PREFIXA prefix for MongoDb-specific message headers.- See Also:
 
- 
PREFIX_CHANGE_STREAMThe prefix for change stream event headers.- Since:
- 5.3
- See Also:
 
- 
COLLECTION_NAMEThe header for MongoDb collection name.- See Also:
 
- 
CHANGE_STREAM_OPERATION_TYPEThe header for change stream event type.- Since:
- 5.3
- See Also:
 
- 
CHANGE_STREAM_TIMESTAMPThe header for change stream event timestamp.- Since:
- 5.3
- See Also:
 
- 
CHANGE_STREAM_RESUME_TOKENThe header for change stream event resume token.- Since:
- 5.3
- See Also:
 
 
-