Class AzureHeaders
java.lang.Object
com.azure.spring.messaging.AzureHeaders
The Azure specific message headers constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringBatch converted partition key.static final StringThe CHECKPOINTER header for checkpoint the specific message.static final StringMessage session.static final StringName.static final StringPartition ID.static final StringPartition key.protected static final StringHeader prefix.static final StringRaw partition ID.static final StringScheduled enqueue message. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PREFIX
-
PARTITION_ID
-
RAW_PARTITION_ID
-
PARTITION_KEY
-
BATCH_CONVERTED_PARTITION_KEY
-
NAME
-
SCHEDULED_ENQUEUE_MESSAGE
-
CHECKPOINTER
The CHECKPOINTER header for checkpoint the specific message.- See Also:
-
MESSAGE_SESSION
-
-
Constructor Details
-
AzureHeaders
protected AzureHeaders()To construct anAzureHeadersinstance.
-