Annotates that the outbound should be lazy-loaded by clients.
Method annotation for outbound:
class Example { @Outbound("d.example") @LazyLoading async getData(connection: WebsocketConnection): Promise<any> { return [...]; }} Copy
class Example { @Outbound("d.example") @LazyLoading async getData(connection: WebsocketConnection): Promise<any> { return [...]; }}
Generated using TypeDoc
Annotates that the outbound should be lazy-loaded by clients.