public static interface Topic.UpdateStages.WithMessageBatching
| Modifier and Type | Method and Description |
|---|---|
Topic.Update |
withMessageBatching()
Specifies that service bus can batch multiple message when it write messages to or delete
messages from it's internal store.
|
Topic.Update |
withoutMessageBatching()
Specifies that batching of messages should be disabled when Service Bus write messages to
or delete messages from it's internal store.
|
Topic.Update withMessageBatching()
Topic.Update withoutMessageBatching()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/