Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HandlerMetadata

Hierarchy

  • HandlerMetadata

Index

Properties

argsLength

argsLength: number

fnHandleResponse

fnHandleResponse: HandleResponseFn

getParamsMetadata

getParamsMetadata: (moduleKey: string, contextId?: ContextId, inquirerId?: string) => (ParamProperties & { metatype?: any })[]

Type declaration

    • Parameters

      • moduleKey: string
      • Optional contextId: ContextId
      • Optional inquirerId: string

      Returns (ParamProperties & { metatype?: any })[]

hasCustomHeaders

hasCustomHeaders: boolean

httpStatusCode

httpStatusCode: number

paramtypes

paramtypes: any[]

responseHeaders

responseHeaders: any[]

Generated using TypeDoc