Queue.DefinitionStages.WithMessageBatching Interface
public static interface Queue.DefinitionStages.WithMessageBatching
The stage of the queue definition allowing specify batching behaviour.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withoutMessageBatching()
Specifies that the default batching should be disabled on this queue. |
Method Details
withoutMessageBatching
public abstract Queue.DefinitionStages.WithCreate withoutMessageBatching()
Specifies that the default batching should be disabled on this queue. With batching Service Bus can batch multiple message when it write or delete messages from it's internal store.
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