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
configurator
T
Type Parameters
T
The receive endpoint configurator type