ServiceBusSubscription.DefinitionStages.WithMessageBatching.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.
public WithCreate withoutMessageBatching()
返回
the next stage of subscription definition