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
Methods
GetMessageTopology<T>()
Returns the message topology for the specified message type
IMessageTopology<T> GetMessageTopology<T>() where T : class
Returns
Type Parameters
T