Interface IEntityNameFormatter
- Namespace
 - MassTransit
 
- Assembly
 - MassTransit.Abstractions.dll
 
Used to build entity names for the publish topology
public interface IEntityNameFormatter
  Methods
FormatEntityName<T>()
Formats the entity name for the given message type
string FormatEntityName<T>()
  Returns
Type Parameters
T