Table of Contents

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

configurator T

Type Parameters

T

The receive endpoint configurator type