Interface ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException

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

public static interface ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException
The stage of the subscription definition allowing to specify whether message those are failed on filter evaluation can be moved to secondary dead-letter subscription.
  • Method Details

    • withMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException

      ServiceBusSubscription.Update withMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException()
      Specifies that filter evaluation failed message must be moved to dead-letter subscription.
      Returns:
      the next stage of subscription update
    • withoutMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException

      ServiceBusSubscription.Update withoutMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException()
      Specifies that filter evaluation failed message should not be moved to dead-letter subscription.
      Returns:
      the next stage of subscription update