Table of Contents

EnableHandlerServicesDescriptor Method

Definition

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

EnableHandlerServicesDescriptor(bool)

Enables the inclusion of the HandlerServicesDescriptor that provides an overview of all handlers presented in a detailed and developer friendly way.

public SavvyioOptions EnableHandlerServicesDescriptor(bool includeHandlerServicesDescriptor = true)

Parameters

includeHandlerServicesDescriptor bool

true enables the inclusion of an IHandlerServicesDescriptor implemenation that provides an overview of all handlers presented in a detailed and developer friendly way; otherwise, false.

Returns

SavvyioOptions

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