Table of Contents

Interface ScheduleRecurringMessage

Namespace
MassTransit.Scheduling
Assembly
MassTransit.Abstractions.dll
public interface ScheduleRecurringMessage

Properties

CorrelationId

Guid CorrelationId { get; }

Property Value

Guid

Destination

The destination where the message should be sent

Uri Destination { get; }

Property Value

Uri

Payload

The actual scheduled message payload

object Payload { get; }

Property Value

object

PayloadType

The message types implemented by the message

string[] PayloadType { get; }

Property Value

string[]

Schedule

RecurringSchedule Schedule { get; }

Property Value

RecurringSchedule