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 Context  
session ResolutionSession | undefined  
source InvocationSource<unknown> | undefined