Embedded32 API
Preparing search index...
@embedded32/core
SystemHealthModule
Class SystemHealthModule
Hierarchy (
View Summary
)
BaseModule
SystemHealthModule
Index
Constructors
constructor
Properties
bus
config
logger
name
scheduler
version
Methods
bind
log
on
Init
on
Start
on
Stop
Constructors
constructor
new
SystemHealthModule
(
name
?:
string
,
heartbeatTimeoutMs
?:
number
,
healthSampleMs
?:
number
,
)
:
SystemHealthModule
Parameters
name
:
string
= 'system-health'
heartbeatTimeoutMs
:
number
= 5000
healthSampleMs
:
number
= 1000
Returns
SystemHealthModule
Properties
Protected
bus
bus
:
any
Protected
config
config
:
any
Protected
logger
logger
:
any
name
name
:
string
Protected
scheduler
scheduler
:
any
version
version
:
string
Methods
bind
bind
(
context
:
ModuleContext
)
:
void
Parameters
context
:
ModuleContext
Returns
void
Protected
log
log
(
message
:
string
,
level
?:
"debug"
|
"info"
|
"warn"
|
"error"
)
:
void
Parameters
message
:
string
level
:
"debug"
|
"info"
|
"warn"
|
"error"
= 'info'
Returns
void
on
Init
onInit
()
:
void
Returns
void
on
Start
onStart
()
:
void
Returns
void
on
Stop
onStop
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
bus
config
logger
name
scheduler
version
Methods
bind
log
on
Init
on
Start
on
Stop
Embedded32 API
Loading...