Nestjs Pino Extra Packages - v1.0.0
    Preparing search index...

    Implements

    • NestInterceptor
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Method to implement a custom interceptor.

      Parameters

      • 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.

      Returns Observable<any> | Promise<Observable<any>>