Queue.DefinitionStages.WithMessageBatching Interface
public interface WithMessageBatching
The stage of the queue definition allowing specify batching behaviour.
Method Summary
Modifier and Type | Method and Description |
---|---|
Queue. |
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. |
Method Details
withoutMessageBatching
public 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java