Table of Contents

Class Middleware<T1, T2, T3, T4>

Namespace
Executables.Pipelines
Assembly
executables.dll

Represents one middleware step in a synchronous pipeline.

public abstract class Middleware<T1, T2, T3, T4> : ExecutionOperator<T1, T2, T3, T4>

Type Parameters

T1

Input type accepted by the current step.

T2

Input type expected by the downstream handler.

T3

Output type returned by the downstream handler.

T4

Output type returned by the current step.

Inheritance
ExecutionOperator<T1, T2, T3, T4>
Middleware<T1, T2, T3, T4>
Inherited Members