EnableHandlerServicesDescriptor Method
Definition
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
includeHandlerServicesDescriptorbooltrueenables 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.