Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InterceptorTimer

The InterceptorTimer class is used to time out an interceptor lifecycle Each interceptor has usually two code blocks that can be timed out: before and after calling the next(main) function The start() function returns a promise that will be resolved or rejected after the budget time has elapsed

Hierarchy

  • InterceptorTimer

Accessors

Accessors

isTimedOut

  • get isTimedOut(): boolean
  • Returns boolean

Generated using TypeDoc