Table of Contents

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

string

GetMessageTopology<T>()

Returns the specification for the message type

IMessageConsumeTopology<T> GetMessageTopology<T>() where T : class

Returns

IMessageConsumeTopology<T>

Type Parameters

T

The message type