Table of Contents

Interface IConsumeTopologyConfigurationObserver

Namespace
MassTransit.Configuration
Assembly
MassTransit.Abstractions.dll
public interface IConsumeTopologyConfigurationObserver

Methods

MessageTopologyCreated<T>(IMessageConsumeTopologyConfigurator<T>)

void MessageTopologyCreated<T>(IMessageConsumeTopologyConfigurator<T> configuration) where T : class

Parameters

configuration IMessageConsumeTopologyConfigurator<T>

Type Parameters

T