Table of Contents

Interface IMessageTopology

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public interface IMessageTopology : IMessageTopologyConfigurationObserverConnector
Inherited Members

Properties

EntityNameFormatter

The entity name formatter used to format message names

IEntityNameFormatter EntityNameFormatter { get; }

Property Value

IEntityNameFormatter

Methods

GetMessageTopology<T>()

Returns the message topology for the specified message type

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

Returns

IMessageTopology<T>

Type Parameters

T