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