Interface ServiceBusSubscription.UpdateStages.WithDefaultMessageTTL
-
- All Known Subinterfaces:
ServiceBusSubscription.Update
- Enclosing interface:
- ServiceBusSubscription.UpdateStages
public static interface ServiceBusSubscription.UpdateStages.WithDefaultMessageTTLThe stage of the subscription definition allowing to define default TTL for messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceBusSubscription.UpdatewithDefaultMessageTTL(Duration ttl)Specifies the duration after which the message expires.
-
-
-
Method Detail
-
withDefaultMessageTTL
ServiceBusSubscription.Update withDefaultMessageTTL(Duration ttl)
Specifies the duration after which the message expires.- Parameters:
ttl- time to live duration- Returns:
- the next stage of subscription update
-
-