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 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:
| Name | Type | Attribute | Description |
| parameter | * |
Return:
| * |
