Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPostIntercept

Interface for PostIntercept lifecycle step

Hierarchy

  • IPostIntercept

Callable

  • __call(stop: function, next: function, annotation: any, ...args: any[]): void
  • Interface for PostIntercept lifecycle step

    Parameters

    • stop: function
        • (): void
        • Returns void

    • next: function
        • (): void
        • Returns void

    • annotation: any
    • Rest ...args: any[]

    Returns void

Generated using TypeDoc