Table of Contents

Interface IHandler<TRequest>

Namespace
Savvyio
Assembly
Savvyio.Core.dll

Defines a marker interface for a generic handler.

public interface IHandler<TRequest> : IHandler where TRequest : IRequest

Type Parameters

TRequest

The type of the model to handle.