Interface Queue.DefinitionStages.WithSession
- All Known Subinterfaces:
Queue.Definition
,Queue.DefinitionStages.Blank
,Queue.DefinitionStages.WithCreate
- Enclosing interface:
- Queue.DefinitionStages
public static interface Queue.DefinitionStages.WithSession
The stage of the queue definition allowing to enable session support.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that session support should be enabled for the queue.
-
Method Details
-
withSession
Queue.DefinitionStages.WithCreate withSession()Specifies that session support should be enabled for the queue.- Returns:
- the next stage of queue definition
-