Table of Contents

Interface IHandlerServicesDescriptor

Namespace
Savvyio
Assembly
Savvyio.Core.dll

Defines a contract about implementations of the IHandler<TRequest> interface such as name, declared members and what type of request they handle.

public interface IHandlerServicesDescriptor

Methods

GenerateHandlerDiscoveries()

Generates the handler discoveries.

IEnumerable<HandlerDiscoveryModel> GenerateHandlerDiscoveries()

Returns

IEnumerable<HandlerDiscoveryModel>

A collection of HandlerDiscoveryModel representing the handler discoveries.