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 Details

    • 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