ServiceBusSubscription.UpdateStages.WithDefaultMessageTTL Interface
public static interface ServiceBusSubscription.UpdateStages.WithDefaultMessageTTL
The stage of the subscription definition allowing to define default TTL for messages.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withDefaultMessageTTL(Period ttl)
Specifies the duration after which the message expires. |
Method Details
withDefaultMessageTTL
public abstract ServiceBusSubscription.Update withDefaultMessageTTL(Period ttl)
Specifies the duration after which the message expires.
Parameters:
ttl
- time to live duration
Returns:
the next stage of subscription update
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java