Table of Contents

Interface ISendTopology

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public interface ISendTopology : ISendTopologyConfigurationObserverConnector
Inherited Members

Properties

DeadLetterQueueNameFormatter

IDeadLetterQueueNameFormatter DeadLetterQueueNameFormatter { get; }

Property Value

IDeadLetterQueueNameFormatter

ErrorQueueNameFormatter

IErrorQueueNameFormatter ErrorQueueNameFormatter { get; }

Property Value

IErrorQueueNameFormatter

Methods

GetMessageTopology<T>()

Returns the specification for the message type

IMessageSendTopologyConfigurator<T> GetMessageTopology<T>() where T : class

Returns

IMessageSendTopologyConfigurator<T>

Type Parameters

T

The message type