Package com.azure.spring.messaging
Class AzureHeaders
java.lang.Object
com.azure.spring.messaging.AzureHeaders
The Azure specific message headers constants.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Batch converted partition key.static final String
The CHECKPOINTER header for checkpoint the specific message.static final String
Message session.static final String
Name.static final String
Partition ID.static final String
Partition key.protected static final String
Header prefix.static final String
Raw partition ID.static final String
Scheduled enqueue message. -
Constructor Summary
-
Method Summary
-
Field Details
-
PREFIX
Header prefix.- See Also:
-
PARTITION_ID
Partition ID.- See Also:
-
RAW_PARTITION_ID
Raw partition ID.- See Also:
-
PARTITION_KEY
Partition key.- See Also:
-
BATCH_CONVERTED_PARTITION_KEY
Batch converted partition key.- See Also:
-
NAME
Name.- See Also:
-
SCHEDULED_ENQUEUE_MESSAGE
Scheduled enqueue message.- See Also:
-
CHECKPOINTER
The CHECKPOINTER header for checkpoint the specific message.- See Also:
-
MESSAGE_SESSION
Message session.- See Also:
-
-
Constructor Details
-
AzureHeaders
protected AzureHeaders()To construct anAzureHeaders
instance.
-