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
T1Input type accepted by the current step.
T2Input type expected by the downstream handler.
T3Output type returned by the downstream handler.
T4Output type returned by the current step.
- Inheritance
-
ExecutionOperator<T1, T2, T3, T4>Middleware<T1, T2, T3, T4>
- Inherited Members