UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

35 lines (22 loc) 1.12 kB
--- lang: en title: 'API docs: context.genericinterceptorchain.invokeinterceptors' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/loopbackio/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;