Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected automations

automations: AutomationServer

Protected configuration

configuration: Configuration

Protected listeners

Methods

Protected clearNamespace

  • clearNamespace(): void

Protected createAndWrapMessageClient

Protected Abstract createGraphClient

Protected Abstract createMessageClient

Private handleCommandError

Private handleEventError

Protected invokeCommand

Protected invokeEvent

processCommand

processEvent

sendCommandStatus

sendEventStatus

Protected Abstract sendStatusMessage

Protected setupNamespace

  • setupNamespace(request: any, automations: AutomationServer, invocationId?: string, ts?: number): { correlationId: any; invocationId: string; name: string; operation: any; ts: number; version: string; workspaceId: any; workspaceName: any }
  • Parameters

    • request: any
    • automations: AutomationServer
    • Default value invocationId: string = guid()
    • Default value ts: number = Date.now()

    Returns { correlationId: any; invocationId: string; name: string; operation: any; ts: number; version: string; workspaceId: any; workspaceName: any }

    • correlationId: any
    • invocationId: string
    • name: string
    • operation: any
    • ts: number
    • version: string
    • workspaceId: any
    • workspaceName: any

Generated using TypeDoc