IWithDefaultMessageTTL Interface

Definition

The stage of the topic definition allowing to define default TTL for messages.

public interface IWithDefaultMessageTTL
type IWithDefaultMessageTTL = interface
Public Interface IWithDefaultMessageTTL
Derived

Methods

WithDefaultMessageTTL(TimeSpan)

Specifies the duration after which the message expires. Note: unless it is explicitly overridden the default ttl is infinite (TimeSpan.Max).

Applies to