Interface Queue.DefinitionStages.WithSession
-
- All Known Subinterfaces:
Queue.Definition,Queue.DefinitionStages.Blank,Queue.DefinitionStages.WithCreate
- Enclosing interface:
- Queue.DefinitionStages
public static interface Queue.DefinitionStages.WithSessionThe stage of the queue definition allowing to enable session support.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Queue.DefinitionStages.WithCreatewithSession()Specifies that session support should be enabled for the queue.
-
-
-
Method Detail
-
withSession
Queue.DefinitionStages.WithCreate withSession()
Specifies that session support should be enabled for the queue.- Returns:
- the next stage of queue definition
-
-