Interface Queue.UpdateStages.WithSize
-
- All Known Subinterfaces:
Queue.Update
- Enclosing interface:
- Queue.UpdateStages
public static interface Queue.UpdateStages.WithSizeThe stage of the queue definition allowing to specify size.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Queue.UpdatewithSizeInMB(long sizeInMB)Specifies the maximum size of memory allocated for the queue.
-
-
-
Method Detail
-
withSizeInMB
Queue.Update withSizeInMB(long sizeInMB)
Specifies the maximum size of memory allocated for the queue.- Parameters:
sizeInMB- size in MB- Returns:
- the next stage of queue update
-
-