Interface ScheduleRecurringMessage
- Namespace
- MassTransit.Scheduling
- Assembly
- MassTransit.Abstractions.dll
public interface ScheduleRecurringMessage
Properties
CorrelationId
Guid CorrelationId { get; }
Property Value
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
PayloadType
The message types implemented by the message
string[] PayloadType { get; }
Property Value
- string[]
Schedule
RecurringSchedule Schedule { get; }