Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Sentinel

Hierarchy

  • Sentinel

Index

Constructors

constructor

Properties

offline

The sentinel offline features

performance

performance: SentinelPerformance

The sentinel performance features

status

The sentinel and EVA status

Accessors

started

  • get started(): boolean

Methods

getConfiguration

Protected getEndpoint

  • getEndpoint(): string

getOrganizationUnitID

  • getOrganizationUnitID(): undefined | number
  • Returns the organization unit the sentinel belongs to

    Returns undefined | number

    number|undefined

Protected getSignalREndpoint

  • getSignalREndpoint(): any

getStatusHubDetails

  • Returns the SignalR hub from getApplicationConfiguration response for the sentinel Only available after sentinel has been bootstrapped

    Returns IEvaSignalRHub

start

  • start(): Promise<void>
  • Start listening to the getApplicationConfig Will resolve its promise when first application config is received

    memberof

    Sentinel

    Returns Promise<void>

stop

  • stop(): Promise<void>