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