Interface Queue.DefinitionStages.WithExpressMessage
-
- All Known Subinterfaces:
Queue.Definition,Queue.DefinitionStages.Blank,Queue.DefinitionStages.WithCreate
- Enclosing interface:
- Queue.DefinitionStages
public static interface Queue.DefinitionStages.WithExpressMessageThe stage of the queue definition allowing to mark messages as express messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Queue.DefinitionStages.WithCreatewithExpressMessage()Specifies that messages in this queue are express hence they can be cached in memory for some time before storing it in messaging store.
-
-
-
Method Detail
-
withExpressMessage
Queue.DefinitionStages.WithCreate withExpressMessage()
Specifies that messages in this queue are express hence they can be cached in memory for some time before storing it in messaging store. Note: By default queue is not express.- Returns:
- the next stage of queue definition
-
-