Class EventHubsHeaders
java.lang.Object
com.azure.spring.messaging.AzureHeaders
com.azure.spring.messaging.eventhubs.support.EventHubsHeaders
Azure Event Hubs internal headers for Spring Messaging messages.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Batch converted application properties.static final String
Batch converted enqueued time.static final String
Batch converted offset.static final String
Batch converted sequence number.static final String
Batch converted system properties.static final String
Enqueued time.static final String
Last enqueued event properties.static final String
Offset.static final String
Sequence number.Fields inherited from class com.azure.spring.messaging.AzureHeaders
BATCH_CONVERTED_PARTITION_KEY, CHECKPOINTER, MESSAGE_SESSION, NAME, PARTITION_ID, PARTITION_KEY, RAW_PARTITION_ID, SCHEDULED_ENQUEUE_MESSAGE
-
Method Summary
-
Field Details
-
ENQUEUED_TIME
Enqueued time.- See Also:
-
BATCH_CONVERTED_ENQUEUED_TIME
Batch converted enqueued time.- See Also:
-
OFFSET
Offset.- See Also:
-
BATCH_CONVERTED_OFFSET
Batch converted offset.- See Also:
-
SEQUENCE_NUMBER
Sequence number.- See Also:
-
BATCH_CONVERTED_SEQUENCE_NUMBER
Batch converted sequence number.- See Also:
-
LAST_ENQUEUED_EVENT_PROPERTIES
Last enqueued event properties.- See Also:
-
BATCH_CONVERTED_SYSTEM_PROPERTIES
Batch converted system properties.- See Also:
-
BATCH_CONVERTED_APPLICATION_PROPERTIES
Batch converted application properties.- See Also:
-