Table of Contents

IRequestReplyHandler<TRequest> Interface

Definition

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

Defines a generic Request-Reply/In-Out MEP handler.

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

Type Parameters

TRequest

The type of the model to handle.

Properties

Name Description
Delegates

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

See Also

IHandler<TRequest>