Search
Preparing search index...
The search index is not available
pinus-admin
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
WatchServerModule
Class WatchServerModule
Hierarchy
WatchServerModule
Implements
IModule
Index
Constructors
constructor
Properties
app
module
Id
Methods
client
Handler
monitor
Handler
Constructors
constructor
new
Watch
Server
Module
(
opts
?:
object
)
:
WatchServerModule
Parameters
Optional
opts:
object
Optional
app
?:
Application
Returns
WatchServerModule
Properties
app
app
:
Application
Static
module
Id
module
Id
:
string
= "watchServer"
Methods
client
Handler
client
Handler
(
agent
:
MasterAgent
, msg
:
any
, cb
:
MasterCallback
)
:
void
Parameters
agent:
MasterAgent
msg:
any
cb:
MasterCallback
Returns
void
monitor
Handler
monitor
Handler
(
agent
:
MonitorAgent
, msg
:
any
, cb
:
MonitorCallback
)
:
void
Parameters
agent:
MonitorAgent
msg:
any
cb:
MonitorCallback
Returns
void
Globals
Watch
Server
Module
constructor
app
module
Id
client
Handler
monitor
Handler