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 Summary
Modifier and TypeFieldDescriptionstatic final String
The header for change stream event type.static final String
The header for change stream event resume token.static final String
The header for change stream event timestamp.static final String
The header for MongoDb collection name.static final String
A prefix for MongoDb-specific message headers.static final String
The prefix for change stream event headers. -
Method Summary
-
Field Details
-
PREFIX
A prefix for MongoDb-specific message headers.- See Also:
-
PREFIX_CHANGE_STREAM
The prefix for change stream event headers.- Since:
- 5.3
- See Also:
-
COLLECTION_NAME
The header for MongoDb collection name.- See Also:
-
CHANGE_STREAM_OPERATION_TYPE
The header for change stream event type.- Since:
- 5.3
- See Also:
-
CHANGE_STREAM_TIMESTAMP
The header for change stream event timestamp.- Since:
- 5.3
- See Also:
-
CHANGE_STREAM_RESUME_TOKEN
The header for change stream event resume token.- Since:
- 5.3
- See Also:
-