Page Contents
Home > @loopback/context > GenericInterceptorChain > invokeInterceptors
GenericInterceptorChain.invokeInterceptors() method
Invoke the interceptor chain
Signature:
invokeInterceptors(finalHandler?: Next): ValueOrPromise<InvocationResult>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| finalHandler | [Next](/doc/en/lb4/apidocs.context.next.html) | _(Optional)_ |
Returns: