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

Readonly triggerAsyncId

triggerAsyncId: number

who trigger this async execution

Legend

  • Constructor
  • Property
  • Method
  • Private property
  • Private method
  • Property
  • Inherited property

Generated using TypeDoc