StreamDatainterface
Stream data received by the subscriber.
Properties (5)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| data⚓︎ | any | x | Data from the stream. |
|
| message⚓︎ | string | x | x | Message from the publisher of the stream. |
| private⚓︎ | boolean | x | If |
|
| requestArguments⚓︎ | any | x | x | Arguments used when the subscription was made. |
| server⚓︎ | Instance | x | Instance of the application publishing the stream. |