Interface IFutureDefinition
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public interface IFutureDefinition : IDefinition
- Inherited Members
Properties
EndpointDefinition
IEndpointDefinition? EndpointDefinition { get; }
Property Value
FutureType
Type FutureType { get; }
Property Value
Methods
GetEndpointName(IEndpointNameFormatter)
Return the endpoint name for the future
string GetEndpointName(IEndpointNameFormatter formatter)
Parameters
formatter
IEndpointNameFormatter