Table of Contents

RegisterDelegates Method

Definition

Namespace
Savvyio.EventDriven
Assemblies
Savvyio.EventDriven.dll
Source
src/Savvyio.EventDriven/IntegrationEventHandler.cs

RegisterDelegates(IFireForgetRegistry<IIntegrationEvent>)

Registers the delegates responsible of handling types that implements the IIntegrationEvent interface.

protected abstract void RegisterDelegates(IFireForgetRegistry<IIntegrationEvent> handlers)

Parameters

handlers IFireForgetRegistry<IIntegrationEvent>

The registry that store the delegates of type IIntegrationEvent.