Table of Contents

Interface IActivityDefinition

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public interface IActivityDefinition : IExecuteActivityDefinition, IDefinition
Inherited Members

Properties

CompensateEndpointDefinition

IEndpointDefinition? CompensateEndpointDefinition { get; }

Property Value

IEndpointDefinition

LogType

The log type

Type LogType { get; }

Property Value

Type

Methods

GetCompensateEndpointName(IEndpointNameFormatter)

Return the endpoint name for the compensate activity

string GetCompensateEndpointName(IEndpointNameFormatter formatter)

Parameters

formatter IEndpointNameFormatter

Returns

string