Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DistributedSaveRequest

Hierarchy

Index

Constructors

constructor

Properties

created

created: Date = ...

creation date of this task

entityControllers

entityControllers: {}

Type declaration

entityRefs

entityRefs: {}

Type declaration

  • [k: string]: IEntityRef

error

error: Error | { message: string; name: string }

Error

id

id: string

Id of event itself

instNr

instNr: number

Nr of nodeId instance if multiple are running

nodeId

nodeId: string

Id of system node which created the event

objects

objects: {} = {}

Type declaration

  • [type: string]: any[]

options

reqEventId

reqEventId: string

Id of requesting event id node

respId

respId: string

Id of responding system node

seqNr

seqNr: number = 0

For multiparted messages

skipping

skipping: boolean = false

response exists but shouldn't be ad to results

targetIds

targetIds: string[]

Id of target system node

Used for direct task allocation

Static inc

inc: number = 0

Methods

of

  • of(system: { instNr: number; nodeId: string }): void

Generated using TypeDoc