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 Details

    • PREFIX

      public static final String PREFIX
      A prefix for MongoDb-specific message headers.
      See Also:
    • PREFIX_CHANGE_STREAM

      public static final String PREFIX_CHANGE_STREAM
      The prefix for change stream event headers.
      Since:
      5.3
      See Also:
    • COLLECTION_NAME

      public static final String COLLECTION_NAME
      The header for MongoDb collection name.
      See Also:
    • CHANGE_STREAM_OPERATION_TYPE

      public static final String CHANGE_STREAM_OPERATION_TYPE
      The header for change stream event type.
      Since:
      5.3
      See Also:
    • CHANGE_STREAM_TIMESTAMP

      public static final String CHANGE_STREAM_TIMESTAMP
      The header for change stream event timestamp.
      Since:
      5.3
      See Also:
    • CHANGE_STREAM_RESUME_TOKEN

      public static final String CHANGE_STREAM_RESUME_TOKEN
      The header for change stream event resume token.
      Since:
      5.3
      See Also: