Interface Queue.DefinitionStages.WithSize
- All Known Subinterfaces:
Queue.Definition, Queue.DefinitionStages.Blank, Queue.DefinitionStages.WithCreate
- Enclosing interface:
Queue.DefinitionStages
public static interface Queue.DefinitionStages.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 definition
-