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 © 2019. All rights reserved.