Interface ServiceBusSubscription.UpdateStages.WithExpiredMessageMovedToDeadLetterSubscription
-
- All Known Subinterfaces:
ServiceBusSubscription.Update
- Enclosing interface:
- ServiceBusSubscription.UpdateStages
public static interface ServiceBusSubscription.UpdateStages.WithExpiredMessageMovedToDeadLetterSubscriptionThe stage of the subscription update allowing to specify whether expired message can be moved to secondary dead-letter subscription.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceBusSubscription.UpdatewithExpiredMessageMovedToDeadLetterSubscription()Specifies that expired message must be moved to dead-letter subscription.ServiceBusSubscription.UpdatewithoutExpiredMessageMovedToDeadLetterSubscription()Specifies that expired message should not be moved to dead-letter subscription.
-
-
-
Method Detail
-
withExpiredMessageMovedToDeadLetterSubscription
ServiceBusSubscription.Update withExpiredMessageMovedToDeadLetterSubscription()
Specifies that expired message must be moved to dead-letter subscription.- Returns:
- the next stage of subscription update
-
withoutExpiredMessageMovedToDeadLetterSubscription
ServiceBusSubscription.Update withoutExpiredMessageMovedToDeadLetterSubscription()
Specifies that expired message should not be moved to dead-letter subscription.- Returns:
- the next stage of subscription update
-
-