Home Reference Source
public class | source

MForwarded

Message piggybacking another message that has been forwarded by an intermediate peer.

Constructor Summary

Public Constructor
public

constructor(from: string, to: string, message: object)

Member Summary

Public Members
public

from: *

public

message: *

public

to: *

public

Public Constructors

public constructor(from: string, to: string, message: object) source

Params:

NameTypeAttributeDescription
from string

The departure of the piggybacked message.

to string

The arrival of the piggybacked message.

message object

The piggybacked message to deliver.

Public Members

public from: * source

public message: * source

public to: * source

public type: string source