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
TQueryType of query being handled.
TResponseType returned once the query completes.
- Inherited Members