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