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
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