Class: Reference

Reference

Reference acts as a handle for a Concern. Rather than reaching the Concern's interface directly we restrict communication via the Reference.

This has the effect of enforcing message passing via a very specific interface.

Constructor

new Reference(state)

Parameters:
Name Type Description
state RefState
Implements:
  • Observable
Source:

Methods

path() → {string}

path returns the full path (inclusive of protocol information) of this Reference.

Source:
Returns:
Type
string