Delegate RequestHandlerCallback<TResponse>
- Namespace
- SimpleMediator
- Assembly
- SimpleMediator.dll
Represents the continuation of the pipeline inside a behavior while honouring the Zero Exceptions policy.
public delegate ValueTask<Either<MediatorError, TResponse>> RequestHandlerCallback<TResponse>()
Returns
- ValueTask<Either<MediatorError, TResponse>>
- Represents the continuation of the pipeline inside a behavior while honouring the Zero Exceptions policy.
Type Parameters
TResponseType returned by the terminal handler.