Table of Contents

Interface IFutureDefinition

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

Properties

EndpointDefinition

IEndpointDefinition? EndpointDefinition { get; }

Property Value

IEndpointDefinition

FutureType

Type FutureType { get; }

Property Value

Type

Methods

GetEndpointName(IEndpointNameFormatter)

Return the endpoint name for the future

string GetEndpointName(IEndpointNameFormatter formatter)

Parameters

formatter IEndpointNameFormatter

Returns

string