Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResponseInterceptor<Input, Output>

An interface containing the logic to execute after handler returns.

Type parameters

  • Input

  • Output

Hierarchy

  • ResponseInterceptor

Index

Methods

Methods

process

  • process(input: Input, output?: Output): Promise<void> | void