Interface Queue.UpdateStages.WithSession
-
- All Known Subinterfaces:
Queue.Update
- Enclosing interface:
- Queue.UpdateStages
public static interface Queue.UpdateStages.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.UpdatewithoutSession()Specifies that session support should be disabled for the queue.Queue.UpdatewithSession()Specifies that session support should be enabled for the queue.
-
-
-
Method Detail
-
withSession
Queue.Update withSession()
Specifies that session support should be enabled for the queue.- Returns:
- the next stage of queue update
-
withoutSession
Queue.Update withoutSession()
Specifies that session support should be disabled for the queue.- Returns:
- the next stage of queue update
-
-