RegisterDelegates Method
Definition
- Namespace
- Savvyio.Domain.EventSourcing
- Assemblies
- Savvyio.Domain.EventSourcing.dll
RegisterDelegates(IFireForgetRegistry<ITracedDomainEvent>)
Registers the delegates responsible for handling types that implements the ITracedDomainEvent interface.
protected abstract void RegisterDelegates(IFireForgetRegistry<ITracedDomainEvent> handler)
Parameters
handlerIFireForgetRegistry<ITracedDomainEvent>The registry that store the delegates of type ITracedDomainEvent.