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