Topic.DefinitionStages.WithExpressMessage Interface

public interface WithExpressMessage

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

Method Summary

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

Method Details

withExpressMessage

public 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