Queue.DefinitionStages.WithSize Interface

public static interface Queue.DefinitionStages.WithSize

The stage of the queue definition allowing to specify size.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSizeInMB(long sizeInMB)

Specifies the maximum size of memory allocated for the queue.

Method Details

withSizeInMB

public abstract 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

Applies to