Table of Contents

Interface IPublishTopologyConfigurationObserver

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

Methods

MessageTopologyCreated<T>(IMessagePublishTopologyConfigurator<T>)

void MessageTopologyCreated<T>(IMessagePublishTopologyConfigurator<T> configurator) where T : class

Parameters

configurator IMessagePublishTopologyConfigurator<T>

Type Parameters

T