or
has been called), the outbound is re-sent to the clients.
Method annotation for outbound:
class Example {
@Outbound("d.example")
@Subscribe
async getData(connection: WebsocketConnection): Promise<any> {
return [...];
}
}
Generated using TypeDoc
Creates a subscription for outbounds. All clients that receive the outbound data will be subscribed. Once the data is modified (route function decorated using