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: