ServiceBusSubscription.DefinitionStages.WithMessageBatching Interface
public static interface ServiceBusSubscription.DefinitionStages.WithMessageBatching
The stage of the subscription 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 subscription. |
Method Details
withoutMessageBatching
public abstract 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
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java