public final class MongoHeaders extends Object
Modifier and Type | Field and 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.
|
public static final String PREFIX
public static final String PREFIX_CHANGE_STREAM
public static final String COLLECTION_NAME
public static final String CHANGE_STREAM_OPERATION_TYPE
public static final String CHANGE_STREAM_TIMESTAMP
public static final String CHANGE_STREAM_RESUME_TOKEN