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
With |
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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java