Class MongoHeaders
java.lang.Object
org.springframework.integration.mongodb.support.MongoHeaders
public final class MongoHeaders extends Object
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
Fields Modifier and Type Field Description static String
CHANGE_STREAM_OPERATION_TYPE
The header for change stream event type.static String
CHANGE_STREAM_RESUME_TOKEN
The header for change stream event resume token.static String
CHANGE_STREAM_TIMESTAMP
The header for change stream event timestamp.static String
COLLECTION_NAME
The header for MongoDb collection name.static String
PREFIX
A prefix for MongoDb-specific message headers.static String
PREFIX_CHANGE_STREAM
The prefix for change stream event headers. -
Method Summary
-
Field Details
-
PREFIX
A prefix for MongoDb-specific message headers.- See Also:
- Constant Field Values
-
PREFIX_CHANGE_STREAM
The prefix for change stream event headers.- Since:
- 5.3
- See Also:
- Constant Field Values
-
COLLECTION_NAME
The header for MongoDb collection name.- See Also:
- Constant Field Values
-
CHANGE_STREAM_OPERATION_TYPE
The header for change stream event type.- Since:
- 5.3
- See Also:
- Constant Field Values
-
CHANGE_STREAM_TIMESTAMP
The header for change stream event timestamp.- Since:
- 5.3
- See Also:
- Constant Field Values
-
CHANGE_STREAM_RESUME_TOKEN
The header for change stream event resume token.- Since:
- 5.3
- See Also:
- Constant Field Values
-