Table of Contents

Class SendTopologyConfigurationObservable

Namespace
MassTransit.Configuration
Assembly
MassTransit.Abstractions.dll
public class SendTopologyConfigurationObservable : Connectable<ISendTopologyConfigurationObserver>, ISendTopologyConfigurationObserver
Inheritance
SendTopologyConfigurationObservable
Implements
Inherited Members

Constructors

SendTopologyConfigurationObservable()

public SendTopologyConfigurationObservable()

Methods

MessageTopologyCreated<T>(IMessageSendTopologyConfigurator<T>)

public void MessageTopologyCreated<T>(IMessageSendTopologyConfigurator<T> configuration) where T : class

Parameters

configuration IMessageSendTopologyConfigurator<T>

Type Parameters

T