Interface IExecuteActivityDefinition
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public interface IExecuteActivityDefinition : IDefinition
- Inherited Members
Properties
ActivityType
The Activity type
Type ActivityType { get; }
Property Value
ArgumentType
The argument type
Type ArgumentType { get; }
Property Value
ExecuteEndpointDefinition
IEndpointDefinition? ExecuteEndpointDefinition { get; }
Property Value
Methods
GetExecuteEndpointName(IEndpointNameFormatter)
Return the endpoint name for the execute activity
string GetExecuteEndpointName(IEndpointNameFormatter formatter)
Parameters
formatter
IEndpointNameFormatter