Interface Topic.DefinitionStages.WithExpressMessage
-
- All Known Subinterfaces:
Topic.Definition,Topic.DefinitionStages.Blank,Topic.DefinitionStages.WithCreate
- Enclosing interface:
- Topic.DefinitionStages
public static interface Topic.DefinitionStages.WithExpressMessageThe stage of the topic definition allowing to mark messages as express messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Topic.DefinitionStages.WithCreatewithExpressMessage()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 Detail
-
withExpressMessage
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
-
-