Preparing search index...
The search index is not available
Documentation
Documentation
@waku/interfaces
IHealthManager
Interface IHealthManager
interface
IHealthManager
{
getHealthStatus
:
(
(
)
=>
HealthStatus
)
;
getProtocolStatus
:
(
(
protocol
)
=>
undefined
|
ProtocolHealth
)
;
updateProtocolHealth
:
(
(
multicodec
,
connectedPeers
)
=>
void
)
;
}
Index
Properties
get
Health
Status
get
Protocol
Status
update
Protocol
Health
Properties
get
Health
Status
get
Health
Status
:
(
(
)
=>
HealthStatus
)
Type declaration
(
)
:
HealthStatus
Returns
HealthStatus
get
Protocol
Status
get
Protocol
Status
:
(
(
protocol
)
=>
undefined
|
ProtocolHealth
)
Type declaration
(
protocol
)
:
undefined
|
ProtocolHealth
Parameters
protocol
:
Protocols
Returns
undefined
|
ProtocolHealth
update
Protocol
Health
update
Protocol
Health
:
(
(
multicodec
,
connectedPeers
)
=>
void
)
Type declaration
(
multicodec
,
connectedPeers
)
:
void
Parameters
multicodec
:
string
connectedPeers
:
number
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
get
Health
Status
get
Protocol
Status
update
Protocol
Health
Documentation
Loading...
Generated using
TypeDoc