Interface IConsumeTopology
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public interface IConsumeTopology : IConsumeTopologyConfigurationObserverConnector
- Inherited Members
Methods
CreateTemporaryQueueName(string)
Create a temporary endpoint name, using the specified tag
string CreateTemporaryQueueName(string tag)
Parameters
tag
string
Returns
GetMessageTopology<T>()
Returns the specification for the message type
IMessageConsumeTopology<T> GetMessageTopology<T>() where T : class
Returns
Type Parameters
T
The message type