Interface IEndpointConfigurationObserver
- Namespace
 - MassTransit
 
- Assembly
 - MassTransit.Abstractions.dll
 
public interface IEndpointConfigurationObserver
  Methods
EndpointConfigured<T>(T)
Called when an endpoint is configured
void EndpointConfigured<T>(T configurator) where T : IReceiveEndpointConfigurator
  Parameters
configuratorT
Type Parameters
TThe receive endpoint configurator type