Table of Contents

Delegate RequestHandlerDelegate<TResponse>

Namespace
Arbiter.Mediation
Assembly
Arbiter.Mediation.dll

A delegate representing an async continuation for the next task to execute in the pipeline

public delegate ValueTask<TResponse?> RequestHandlerDelegate<TResponse>(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Cancellation token

Returns

ValueTask<TResponse>

Awaitable task returning a TResponse

Type Parameters

TResponse

The type of response from the piple