Interface IMessageTopology<TMessage>
- Namespace
 - MassTransit
 
- Assembly
 - MassTransit.Abstractions.dll
 
public interface IMessageTopology<in TMessage> where TMessage : class
  Type Parameters
TMessage
Properties
EntityName
The formatted entity name for this message type
string EntityName { get; }
  Property Value
EntityNameFormatter
The entity name formatter for this message type
IMessageEntityNameFormatter<in TMessage> EntityNameFormatter { get; }
  Property Value
- IMessageEntityNameFormatter<TMessage>