public static interface Topic.UpdateStages.WithExpressMessage
| Modifier and Type | Method and Description |
|---|---|
Topic.Update |
withExpressMessage()
Specifies that messages in this topic are express hence they can be cached in memory
for some time before storing it in messaging store.
|
Topic.Update |
withoutExpressMessage()
Specifies that messages in this topic are not express hence they should be cached in memory.
|
Topic.Update withExpressMessage()
Topic.Update withoutExpressMessage()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/