Class EventHubsHeaders

java.lang.Object
com.azure.spring.messaging.AzureHeaders
com.azure.spring.messaging.eventhubs.support.EventHubsHeaders

public final class EventHubsHeaders extends AzureHeaders
Azure Event Hubs internal headers for Spring Messaging messages.
  • Field Details

    • ENQUEUED_TIME

      public static final String ENQUEUED_TIME
      Enqueued time.
      See Also:
    • BATCH_CONVERTED_ENQUEUED_TIME

      public static final String BATCH_CONVERTED_ENQUEUED_TIME
      Batch converted enqueued time.
      See Also:
    • OFFSET

      public static final String OFFSET
      Offset.
      See Also:
    • BATCH_CONVERTED_OFFSET

      public static final String BATCH_CONVERTED_OFFSET
      Batch converted offset.
      See Also:
    • SEQUENCE_NUMBER

      public static final String SEQUENCE_NUMBER
      Sequence number.
      See Also:
    • BATCH_CONVERTED_SEQUENCE_NUMBER

      public static final String BATCH_CONVERTED_SEQUENCE_NUMBER
      Batch converted sequence number.
      See Also:
    • LAST_ENQUEUED_EVENT_PROPERTIES

      public static final String LAST_ENQUEUED_EVENT_PROPERTIES
      Last enqueued event properties.
      See Also:
    • BATCH_CONVERTED_SYSTEM_PROPERTIES

      public static final String BATCH_CONVERTED_SYSTEM_PROPERTIES
      Batch converted system properties.
      See Also:
    • BATCH_CONVERTED_APPLICATION_PROPERTIES

      public static final String BATCH_CONVERTED_APPLICATION_PROPERTIES
      Batch converted application properties.
      See Also: