Topic.UpdateStages.WithDeleteOnIdle Interface

public interface WithDeleteOnIdle

The stage of the topic definition allowing to define auto delete behaviour.

Method Summary

Modifier and Type Method and Description
Topic.Update withDeleteOnIdleDurationInMinutes(int durationInMinutes)

The idle interval after which the topic is automatically deleted.

Method Details

withDeleteOnIdleDurationInMinutes

public 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

Applies to