Interface IMessageEntityNameFormatter<TMessage>
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
Used to build entity names for the publish topology
public interface IMessageEntityNameFormatter<in TMessage> where TMessage : class
Type Parameters
TMessage
Methods
FormatEntityName()
Formats the entity name for the given message
string FormatEntityName()