IWithExpiredMessageMovedToDeadLetterSubscription Interface

Definition

The stage of the subscription definition allowing to specify whether expired message can be moved to secondary dead-letter subscription.

public interface IWithExpiredMessageMovedToDeadLetterSubscription
type IWithExpiredMessageMovedToDeadLetterSubscription = interface
Public Interface IWithExpiredMessageMovedToDeadLetterSubscription
Derived

Methods

WithExpiredMessageMovedToDeadLetterSubscription()

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

WithoutExpiredMessageMovedToDeadLetterSubscription()

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

Applies to