Table of Contents

Interface IConfigureReceiveEndpoint

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll

Implement this interface, and register the implementation in the container as the interface type to apply configuration to all configured receive endpoints

public interface IConfigureReceiveEndpoint

Methods

Configure(string, IReceiveEndpointConfigurator)

Configure the receive endpoint (called prior to any consumer, saga, or activity configuration)

void Configure(string name, IReceiveEndpointConfigurator configurator)

Parameters

name string
configurator IReceiveEndpointConfigurator