Page Contents
Home > @loopback/context > InterceptionHandler > (constructor)
InterceptionHandler.(constructor)
Constructs a new instance of the InterceptionHandler class
Signature:
constructor(context?: Context, session?: ResolutionSession | undefined, source?: InvocationSource<unknown> | undefined);
Parameters
| Parameter | Type | Description |
|---|---|---|
|
context |
(Optional) | |
|
session |
ResolutionSession | undefined |
(Optional) |
|
source |
InvocationSource<unknown> | undefined |
(Optional) |