Interface IActivityDefinition
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public interface IActivityDefinition : IExecuteActivityDefinition, IDefinition
- Inherited Members
Properties
CompensateEndpointDefinition
IEndpointDefinition? CompensateEndpointDefinition { get; }
Property Value
LogType
The log type
Type LogType { get; }
Property Value
Methods
GetCompensateEndpointName(IEndpointNameFormatter)
Return the endpoint name for the compensate activity
string GetCompensateEndpointName(IEndpointNameFormatter formatter)
Parameters
formatter
IEndpointNameFormatter