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 |
(Optional) |
Returns: