Home Manual Reference Source
public class | source

Echo

Extends:

src/mapping/core.js~Service → Echo

Echo service

Simple echo service, for development purposes.

Static Member Summary

Static Public Members
public static get

Get default deployment id associated to Echo service

Method Summary

Public Methods
public

echo(parameter: *): *

Echoes an object

Static Public Members

public static get DEFAULT_DEPLOYMENT_ID: string: string source

Get default deployment id associated to Echo service

Return:

string

Public Methods

public echo(parameter: *): * source

Echoes an object

Echoes an object: the server will echo that object on channel 'echo' for the current user.

Params:

NameTypeAttributeDescription
parameter *

Return:

*