NamespaceTopic.DefinitionStages.WithEventRetentionInDays Interface

public static interface NamespaceTopic.DefinitionStages.WithEventRetentionInDays

The stage of the NamespaceTopic definition allowing to specify eventRetentionInDays.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withEventRetentionInDays(Integer eventRetentionInDays)

Specifies the eventRetentionInDays property: Event retention for the namespace topic expressed in days.

Method Details

withEventRetentionInDays

public abstract NamespaceTopic.DefinitionStages.WithCreate withEventRetentionInDays(Integer eventRetentionInDays)

Specifies the eventRetentionInDays property: Event retention for the namespace topic expressed in days. The property default value is 1 day. Min event retention duration value is 1 day and max event retention duration value is 1 day..

Parameters:

eventRetentionInDays - Event retention for the namespace topic expressed in days. The property default value is 1 day. Min event retention duration value is 1 day and max event retention duration value is 1 day.

Returns:

the next definition stage.

Applies to