Class MassTransitCommonEventReceiverBuilderExtensions
Event
Inheritance
System.Object
MassTransitCommonEventReceiverBuilderExtensions
Namespace: Copper.Eventing.Common
Assembly: Copper.Eventing.MassTransit.Common.dll
Syntax
public static class MassTransitCommonEventReceiverBuilderExtensions
Methods
View SourceUseMassTransit(EventReceiverBuilder, Action<MassTransitEventReceiverBuilder>)
Configures the event receiver to use the MassTransit transport.
Declaration
public static EventReceiverBuilder UseMassTransit(this EventReceiverBuilder eventReceiverBuilder, Action<MassTransitEventReceiverBuilder> configureDelegate)
Parameters
| Type | Name | Description |
|---|---|---|
| Event |
eventReceiverBuilder | The event receiver builder. |
| System. |
configureDelegate | A delegate that configures a Mass |
Returns
| Type | Description |
|---|---|
| Event |