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 SourceTimeToLive
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. |