Class MessageUrnEntityNameFormatter
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
This is the simplest thing, it uses the built-in URN for a message type as the entity name, which can include illegal characters for most message brokers. It's nice for in-memory though, which doesn't give a hoot about the string.
public class MessageUrnEntityNameFormatter : IEntityNameFormatter
- Inheritance
-
MessageUrnEntityNameFormatter
- Implements
- Inherited Members
Constructors
MessageUrnEntityNameFormatter()
public MessageUrnEntityNameFormatter()
Methods
FormatEntityName<T>()
Formats the entity name for the given message type
public string FormatEntityName<T>()
Returns
Type Parameters
T