public static interface ServiceBusSubscription.UpdateStages.WithMessageBatching
Modifier and Type | Method and Description |
---|---|
ServiceBusSubscription.Update |
withMessageBatching()
Specifies that service bus can batch multiple message when it write messages to or delete
messages from it's internal store.
|
ServiceBusSubscription.Update |
withoutMessageBatching()
Specifies that batching of messages should be disabled when service bus write messages to
or delete messages from it's internal store.
|
ServiceBusSubscription.Update withMessageBatching()
ServiceBusSubscription.Update withoutMessageBatching()
Copyright © 2019. All rights reserved.