Table of Contents

IFireForgetHandler<TRequest> Interface

Definition

Namespace
Savvyio.Handlers
Assemblies
Savvyio.Core.dll
Source
src/Savvyio.Core/Handlers/IFireForgetHandler.cs

Defines a generic handler that uses Fire-and-Forget/In-Only MEP.

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

Type Parameters

TRequest

The type of the model to handle.

Properties

Name Description
Delegates

Gets the IFireForgetActivator<TRequest> responsible of invoking delegates that handles the TRequest model.

See Also

IHandler<TRequest>