Table of Contents

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

TResponse

Type returned by the terminal handler.