Interface Topic.DefinitionStages.WithDeleteOnIdle
-
- All Known Subinterfaces:
Topic.Definition,Topic.DefinitionStages.Blank,Topic.DefinitionStages.WithCreate
- Enclosing interface:
- Topic.DefinitionStages
public static interface Topic.DefinitionStages.WithDeleteOnIdleThe stage of the topic definition allowing to define auto delete behaviour.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Topic.DefinitionStages.WithCreatewithDeleteOnIdleDurationInMinutes(int durationInMinutes)The idle interval after which the topic is automatically deleted.
-
-
-
Method Detail
-
withDeleteOnIdleDurationInMinutes
Topic.DefinitionStages.WithCreate withDeleteOnIdleDurationInMinutes(int durationInMinutes)
The idle interval after which the topic is automatically deleted. Note: unless it is explicitly overridden the default delete on idle duration is infinite (TimeSpan.Max).- Parameters:
durationInMinutes- idle duration in minutes- Returns:
- the next stage of topic definition
-
-