Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExecutionContext

Interface describing details about the current request pipeline.

see

Execution Context

publicapi

Hierarchy

Index

Methods

getArgByIndex

  • getArgByIndex<T>(index: number): T

getArgs

  • getArgs<T>(): T

getClass

  • getClass<T>(): Type<T>

getHandler

getType

  • getType<TContext>(): TContext

switchToHttp

switchToRpc

switchToWs

Generated using TypeDoc