Table of Contents

EnableDispatcherDiscovery Method

Definition

Namespace
Savvyio
Assemblies
Savvyio.Core.dll
Source
src/Savvyio.Core/SavvyioOptions.cs

EnableDispatcherDiscovery(bool)

Enables discovery of dispatchers implementing the IDispatcher interface using assembly scanning.

public SavvyioOptions EnableDispatcherDiscovery(bool allowDispatcherDiscovery = true)

Parameters

allowDispatcherDiscovery bool

true if dispatchers implementing the IDispatcher interface are allowed to be discovered using assembly scanning; otherwise, false.

Returns

SavvyioOptions

A reference to this instance so that additional configuration calls can be chained.