Class: Node

Node(settings) → {Node}

Full definition of a Fabric node.

Constructor

new Node(settings) → {Node}

Manage a Fabric service.
Parameters:
Name Type Description
settings Object Configuration for the node.
Source:
Returns:
Instance of the managed service.
Type
Node

Methods

trust(source, settings)

Explicitly trusts an EventEmitter.
Parameters:
Name Type Description
source EventEmitter Actor to listen to.
settings Object | String Label for the trusted messages, or a configuration object.
Source: