Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ArgumentsHost

Provides methods for retrieving the arguments being passed to a handler. Allows choosing the appropriate execution context (e.g., Http, RPC, or WebSockets) to retrieve the arguments from.

publicapi

Hierarchy

Index

Methods

getArgByIndex

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

getArgs

  • getArgs<T>(): T

getType

  • getType<TContext>(): TContext

switchToHttp

switchToRpc

switchToWs

Generated using TypeDoc