Interface ServiceBusSubscription.DefinitionStages.WithMessageBatching
-
- All Known Subinterfaces:
ServiceBusSubscription.Definition,ServiceBusSubscription.DefinitionStages.Blank,ServiceBusSubscription.DefinitionStages.WithCreate
- Enclosing interface:
- ServiceBusSubscription.DefinitionStages
public static interface ServiceBusSubscription.DefinitionStages.WithMessageBatchingThe stage of the subscription definition allowing specify batching behaviour.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceBusSubscription.DefinitionStages.WithCreatewithoutMessageBatching()Specifies that the default batching should be disabled on this subscription.
-
-
-
Method Detail
-
withoutMessageBatching
ServiceBusSubscription.DefinitionStages.WithCreate withoutMessageBatching()
Specifies that the default batching should be disabled on this subscription. With batching service bus can batch multiple message when it write or delete messages from it's internal store.- Returns:
- the next stage of subscription definition
-
-