Table of Contents

RegisterDelegates Method

Definition

Namespace
Savvyio.Domain.EventSourcing
Assemblies
Savvyio.Domain.EventSourcing.dll
Source
src/Savvyio.Domain.EventSourcing/TracedAggregateRoot.cs

RegisterDelegates(IFireForgetRegistry<ITracedDomainEvent>)

Registers the delegates responsible for handling types that implements the ITracedDomainEvent interface.

protected abstract void RegisterDelegates(IFireForgetRegistry<ITracedDomainEvent> handler)

Parameters

handler IFireForgetRegistry<ITracedDomainEvent>

The registry that store the delegates of type ITracedDomainEvent.