Options
All
  • Public
  • Public/Protected
  • All
Menu

this will store the information of a node

Hierarchy

  • NodeInfo

Index

Constructors

constructor

  • new NodeInfo(triggerAsyncId: number): NodeInfo

Properties

Optional context

context: EnvoyContext = undefined

the context set in this execution

referenceCount

referenceCount: number = 1

the reference count of this info, init will be 1, when this async execution trigger another execution, this will increase 1, when this execution or one of its child execution is destroyed, this will decrease 1

triggerAsyncId

triggerAsyncId: number

who trigger this async execution

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc