Page Contents
Home > @loopback/context > Interceptor
Interceptor interface
Interceptor function to intercept method invocations
Signature:
export interface Interceptor extends GenericInterceptor<InvocationContext>
Extends: GenericInterceptor<InvocationContext>