API 参考
    正在准备搜索索引...

    类 PropagationInterceptor

    实现

    • NestInterceptor
    索引

    构造函数

    方法

    构造函数

    方法

    • Method to implement a custom interceptor.

      参数

      • context: ExecutionContext

        an ExecutionContext object providing methods to access the route handler and class about to be invoked.

      • next: CallHandler

        a reference to the CallHandler, which provides access to an Observable representing the response stream from the route handler.

      返回 Observable<unknown>