Search
Preparing search index...
The search index is not available
pinus
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
MasterServer
Class MasterServer
Hierarchy
MasterServer
Index
Constructors
constructor
Properties
app
close
Watcher
master
Console
master
Info
modules
registered
Methods
start
stop
Constructors
constructor
new
Master
Server
(
app
:
Application
, opts
?:
MasterServerOptions
)
:
MasterServer
Parameters
app:
Application
Optional
opts:
MasterServerOptions
Returns
MasterServer
Properties
app
app
:
Application
close
Watcher
close
Watcher
:
boolean
master
Console
master
Console
:
ConsoleService
master
Info
master
Info
:
any
modules
modules
:
IModule
[]
= []
registered
registered
:
object
Type declaration
Methods
start
start
(
cb
:
function
)
:
void
Parameters
cb:
function
(
err
?:
Error
)
:
void
Parameters
Optional
err:
Error
Returns
void
Returns
void
stop
stop
(
cb
:
function
)
:
void
Parameters
cb:
function
(
)
:
void
Returns
void
Returns
void
Globals
Master
Server
constructor
app
close
Watcher
master
Console
master
Info
modules
registered
start
stop