Queue.DefinitionStages.WithExpiredMessageMovedToDeadLetterQueue Interface
public static interface Queue.DefinitionStages.WithExpiredMessageMovedToDeadLetterQueue
The stage of the queue definition allowing to specify whether expired message can be moved to secondary dead-letter queue.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withExpiredMessageMovedToDeadLetterQueue()
Specifies that expired message must be moved to dead-letter queue. |
Method Details
withExpiredMessageMovedToDeadLetterQueue
public abstract Queue.DefinitionStages.WithCreate withExpiredMessageMovedToDeadLetterQueue()
Specifies that expired message must be moved to dead-letter queue.
Returns:
the next stage of queue definition
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java