Interface ISendTopology
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public interface ISendTopology : ISendTopologyConfigurationObserverConnector
- Inherited Members
Properties
DeadLetterQueueNameFormatter
IDeadLetterQueueNameFormatter DeadLetterQueueNameFormatter { get; }
Property Value
ErrorQueueNameFormatter
IErrorQueueNameFormatter ErrorQueueNameFormatter { get; }
Property Value
Methods
GetMessageTopology<T>()
Returns the specification for the message type
IMessageSendTopologyConfigurator<T> GetMessageTopology<T>() where T : class
Returns
Type Parameters
T
The message type