Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FinalizeRequestMiddleware<Input, Output>

public

A factory function that creates functions implementing the {FinalizeHandler} interface.

Type parameters

  • Input: object

  • Output: object

Hierarchy

  • FinalizeRequestMiddleware

Callable

  • Parameters

    • next: FinalizeHandler<Input, Output>

      The handler to invoke after this middleware has operated on the user input and before this middleware operates on the output.

    • context: HandlerExecutionContext

      Invariant data and functions for use by the handler.

    Returns FinalizeHandler<Input, Output>