AddDomainEventDispatcher Method
Definition
- Assemblies
- Savvyio.Domain.dll
AddDomainEventDispatcher(SavvyioOptions)
Adds a default implementation of the IDomainEventDispatcher interface.
public static SavvyioOptions AddDomainEventDispatcher(this SavvyioOptions options)
Parameters
optionsSavvyioOptionsThe SavvyioOptions to extend.
Returns
- SavvyioOptions
A reference to
optionsso that additional configuration calls can be chained.