IPC Namespace


Classes


IPCController

constructor

With the help of this method you can create a new instance of IPCController.

Signature

constructor(void) : Object|IPCController

Returns

  • Object, IPCController
    • A new instance of IPCController

configure

Configure the controller.

Signature

configure(Object app, Object server, Function callback) : void

Parameters

  • app
    • The application object
    • Type: Object
  • server
    • Server object
    • Type: Object
  • callback
    • Function to call on finish
    • Type: Function


IPCLogger

constructor

With the help of this method you can create a new instance of IPCLogger.

Signature

constructor(void) : Object|IPCLogger

Returns

  • Object, IPCLogger
    • A new instance of IPCLogger

log

Implementation of the Winston transport API. This method calls with the help of the worker IPC stack the master process for logging.

Signature

log(void) : void