Class EndpointConfigurationObservable
- Namespace
 - MassTransit.Configuration
 
- Assembly
 - MassTransit.Abstractions.dll
 
public class EndpointConfigurationObservable : Connectable<IEndpointConfigurationObserver>, IEndpointConfigurationObserver
  - Inheritance
 - 
      
      
      EndpointConfigurationObservable
 
- Implements
 
- Inherited Members
 
Constructors
EndpointConfigurationObservable()
public EndpointConfigurationObservable()
  Methods
EndpointConfigured<T>(T)
Called when an endpoint is configured
public void EndpointConfigured<T>(T configurator) where T : IReceiveEndpointConfigurator
  Parameters
configuratorT
Type Parameters
TThe receive endpoint configurator type