UNPKG

@loopback/docs

Version:
35 lines (22 loc) 1.09 kB
--- lang: en title: 'API docs: context.genericinterceptorchain.invokeinterceptors' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/context permalink: /doc/en/lb4/apidocs.context.genericinterceptorchain.invokeinterceptors.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/context](./context.md) &gt; [GenericInterceptorChain](./context.genericinterceptorchain.md) &gt; [invokeInterceptors](./context.genericinterceptorchain.invokeinterceptors.md) ## GenericInterceptorChain.invokeInterceptors() method Invoke the interceptor chain <b>Signature:</b> ```typescript invokeInterceptors(finalHandler?: Next): ValueOrPromise<InvocationResult>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | finalHandler | [Next](./context.next.md) | | <b>Returns:</b> [ValueOrPromise](./context.valueorpromise.md)<!-- -->&lt;[InvocationResult](./context.invocationresult.md)<!-- -->&gt;