@loopback/docs
Version:
Documentation for LoopBack 4
28 lines (18 loc) • 856 B
Markdown
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) > [@loopback/context](./context.md) > [GenericInterceptorChain](./context.genericinterceptorchain.md) > [invokeInterceptors](./context.genericinterceptorchain.invokeinterceptors.md)
## GenericInterceptorChain.invokeInterceptors() method
Invoke the interceptor chain
<b>Signature:</b>
```typescript
invokeInterceptors(): ValueOrPromise<InvocationResult>;
```
<b>Returns:</b>
`ValueOrPromise<InvocationResult>`