Table of Contents

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

entityName string

The entity name

SetEntityNameFormatter(IMessageEntityNameFormatter<TMessage>)

Sets the entity name formatter used for this message type

void SetEntityNameFormatter(IMessageEntityNameFormatter<TMessage> entityNameFormatter)

Parameters

entityNameFormatter IMessageEntityNameFormatter<TMessage>