Table of Contents

Interface ISagaDefinition

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public interface ISagaDefinition : IDefinition
Inherited Members

Properties

EndpointDefinition

IEndpointDefinition? EndpointDefinition { get; }

Property Value

IEndpointDefinition

SagaType

The saga type

Type SagaType { get; }

Property Value

Type

Methods

GetEndpointName(IEndpointNameFormatter)

Return the endpoint name for the consumer, using the specified formatter if necessary.

string GetEndpointName(IEndpointNameFormatter formatter)

Parameters

formatter IEndpointNameFormatter

Returns

string