Table of Contents

Interface ScheduleSettings<TInstance, TMessage>

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll

The schedule settings, including the default delay for the message

public interface ScheduleSettings<TInstance, TMessage> where TInstance : class, SagaStateMachineInstance where TMessage : class

Type Parameters

TInstance
TMessage

Properties

DelayProvider

Provides the delay for the message

ScheduleDelayProvider<TInstance> DelayProvider { get; }

Property Value

ScheduleDelayProvider<TInstance>

Received

Configure the received correlation

Action<IEventCorrelationConfigurator<TInstance, TMessage>> Received { get; }

Property Value

Action<IEventCorrelationConfigurator<TInstance, TMessage>>