Interface Queue.DefinitionStages.WithMessageBatching
- All Known Subinterfaces:
Queue.Definition
,Queue.DefinitionStages.Blank
,Queue.DefinitionStages.WithCreate
- Enclosing interface:
- Queue.DefinitionStages
public static interface Queue.DefinitionStages.WithMessageBatching
The stage of the queue definition allowing specify batching behaviour.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that the default batching should be disabled on this queue.
-
Method Details
-
withoutMessageBatching
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
-