Table of Contents

Interface IMessageTopologyConfigurationObserver

Namespace
MassTransit.Configuration
Assembly
MassTransit.Abstractions.dll

Observes the configuration of message-specific topology

public interface IMessageTopologyConfigurationObserver

Methods

MessageTopologyCreated<T>(IMessageTopologyConfigurator<T>)

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

Parameters

configuration IMessageTopologyConfigurator<T>

Type Parameters

T