Interface IMessageTopologyConfigurator<TMessage>
- Namespace
 - MassTransit.Configuration
 
- Assembly
 - MassTransit.Abstractions.dll
 
public interface IMessageTopologyConfigurator<TMessage> : IMessageTypeTopologyConfigurator, IMessageTopology<TMessage> where TMessage : class
  Type Parameters
TMessage
- Inherited Members
 
Methods
SetEntityName(string)
Sets the entity name for this message type
void SetEntityName(string entityName)
  Parameters
entityNamestringThe entity name
SetEntityNameFormatter(IMessageEntityNameFormatter<TMessage>)
Sets the entity name formatter used for this message type
void SetEntityNameFormatter(IMessageEntityNameFormatter<TMessage> entityNameFormatter)
  Parameters
entityNameFormatterIMessageEntityNameFormatter<TMessage>