Interface ServiceBusSubscription.UpdateStages.WithExpiredMessageMovedToDeadLetterSubscription

All Known Subinterfaces:
ServiceBusSubscription.Update
Enclosing interface:
ServiceBusSubscription.UpdateStages

public static interface ServiceBusSubscription.UpdateStages.WithExpiredMessageMovedToDeadLetterSubscription
The stage of the subscription update allowing to specify whether expired message can be moved to secondary dead-letter subscription.
  • Method Details

    • 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