Table of Contents

Interface IMessageNameFormatter

Namespace
MassTransit.Transports
Assembly
MassTransit.Abstractions.dll

Used to format a message type into a MessageName, which can be used as a valid queue name on the transport

public interface IMessageNameFormatter

Methods

GetMessageName(Type)

MessageName GetMessageName(Type type)

Parameters

type Type

Returns

MessageName