Table of Contents

Interface IQueryHandler<TQuery, TResponse>

Namespace
SimpleMediator
Assembly
SimpleMediator.dll

Handles a query and produces the expected response.

public interface IQueryHandler<TQuery, TResponse> : IRequestHandler<TQuery, TResponse> where TQuery : IQuery<TResponse>

Type Parameters

TQuery

Type of query being handled.

TResponse

Type returned once the query completes.

Inherited Members