Interface IQueryHandler<TQuery, TResponse>
Handle IQuery.
Inherited Members
MediatR.IRequestHandler<TQuery, TResponse>.Handle(TQuery, System.Threading.CancellationToken)
Namespace: MediatorForge.CQRS.Queries
Assembly: MediatorForge.dll
Syntax
public interface IQueryHandler<in TQuery, TResponse> : IRequestHandler<TQuery, TResponse> where TQuery : IQuery<TResponse>
Type Parameters
| Name | Description |
|---|---|
| TQuery | |
| TResponse |