Interface Topic.UpdateStages.WithDeleteOnIdle
-
- All Known Subinterfaces:
Topic.Update
- Enclosing interface:
- Topic.UpdateStages
public static interface Topic.UpdateStages.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.UpdatewithDeleteOnIdleDurationInMinutes(int durationInMinutes)The idle interval after which the topic is automatically deleted.
-
-
-
Method Detail
-
withDeleteOnIdleDurationInMinutes
Topic.Update withDeleteOnIdleDurationInMinutes(int durationInMinutes)
The idle interval after which the topic is automatically deleted.- Parameters:
durationInMinutes- idle duration in minutes- Returns:
- the next stage of topic update
-
-