Show / Hide Table of Contents

    Class EventPublisherOptions

    Represents the options for a MassTransit event publisher.

    Inheritance
    System.Object
    EventPublisherOptions
    Namespace: Copper.Eventing.MassTransit.Common.V1
    Assembly: Copper.Eventing.MassTransit.Common.dll
    Syntax
    public class EventPublisherOptions

    Properties

    View Source

    TimeToLive

    Gets or sets the time to live.

    Declaration
    public TimeSpan? TimeToLive { get; set; }
    Property Value
    Type Description
    System.Nullable<System.TimeSpan>

    The time to live.

    • View Source
    Back to top Generated by DocFX