Class: RemoteMessage

RemoteMessage

RemoteMessage is a class that can be used to distingush whether an anonymous object is actually a message from a remote System.

Constructor

new RemoteMessage()

Source:

Methods

(static) is(o)

is this object a RemoteMessage?

Parameters:
Name Type Description
o object
Source:

asString(remotePath, message, sender)

asString generates a string verison of a RemoteMessage

Parameters:
Name Type Description
remotePath string
message object
sender Reference
Source: