Table of Contents

Interface ISagaMessageConfigurator<TSaga, TMessage>

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public interface ISagaMessageConfigurator<TSaga, TMessage> : IPipeConfigurator<SagaConsumeContext<TSaga, TMessage>> where TSaga : class, ISaga where TMessage : class

Type Parameters

TSaga
TMessage
Extension Methods

Methods

Message(Action<ISagaMessageConfigurator<TMessage>>)

Add middleware to the saga pipeline, for the specified message type, which is invoked after the saga repository.

void Message(Action<ISagaMessageConfigurator<TMessage>> configure)

Parameters

configure Action<ISagaMessageConfigurator<TMessage>>

The callback to configure the message pipeline