Queue.DefinitionStages.WithExpressMessage Interface
public static interface Queue.DefinitionStages.WithExpressMessage
The stage of the queue definition allowing to mark messages as express messages.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withExpressMessage()
Specifies that messages in this queue are express hence they can be cached in memory for some time before storing it in messaging store. |
Method Details
withExpressMessage
public abstract Queue.DefinitionStages.WithCreate withExpressMessage()
Specifies that messages in this queue are express hence they can be cached in memory for some time before storing it in messaging store. Note: By default queue is not express.
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