Topic.UpdateStages.WithDefaultMessageTTL Interface
public static interface Topic.UpdateStages.WithDefaultMessageTTL
The stage of the topic definition allowing to define default TTL for messages.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withDefaultMessageTTL(Duration ttl)
Specifies the duration after which the message expires. |
Method Details
withDefaultMessageTTL
public abstract Topic.Update withDefaultMessageTTL(Duration ttl)
Specifies the duration after which the message expires.
Parameters:
ttl
- time to live duration
Returns:
the next stage of topic update
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java