ServiceBusSubscription.UpdateStages.WithExpiredMessageMovedToDeadLetterSubscription Interface

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 Summary

Modifier and Type Method and Description
abstract Update withExpiredMessageMovedToDeadLetterSubscription()

Specifies that expired message must be moved to dead-letter subscription.

abstract Update withoutExpiredMessageMovedToDeadLetterSubscription()

Specifies that expired message should not be moved to dead-letter subscription.

Method Details

withExpiredMessageMovedToDeadLetterSubscription

public abstract ServiceBusSubscription.Update withExpiredMessageMovedToDeadLetterSubscription()

Specifies that expired message must be moved to dead-letter subscription.

Returns:

the next stage of subscription update

withoutExpiredMessageMovedToDeadLetterSubscription

public abstract ServiceBusSubscription.Update withoutExpiredMessageMovedToDeadLetterSubscription()

Specifies that expired message should not be moved to dead-letter subscription.

Returns:

the next stage of subscription update

Applies to