你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Topic.DefinitionStages.WithExpressMessage Interface

public static interface Topic.DefinitionStages.WithExpressMessage

The stage of the topic definition allowing to mark messages as express messages.

Method Summary

Modifier and Type Method and Description
abstract WithCreate 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.

Method Details

withExpressMessage

public abstract Topic.DefinitionStages.WithCreate 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. Note: By default topic is not express.

Returns:

the next stage of topic definition

Applies to