Class ConsumeTopologyConfigurationObservable
- Namespace
- MassTransit.Configuration
- Assembly
- MassTransit.Abstractions.dll
public class ConsumeTopologyConfigurationObservable : Connectable<IConsumeTopologyConfigurationObserver>, IConsumeTopologyConfigurationObserver
- Inheritance
-
ConsumeTopologyConfigurationObservable
- Implements
- Inherited Members
Constructors
ConsumeTopologyConfigurationObservable()
public ConsumeTopologyConfigurationObservable()
Methods
MessageTopologyCreated<T>(IMessageConsumeTopologyConfigurator<T>)
public void MessageTopologyCreated<T>(IMessageConsumeTopologyConfigurator<T> configuration) where T : class
Parameters
configuration
IMessageConsumeTopologyConfigurator<T>
Type Parameters
T