Function: WebSocket()
WebSocket(
path?): (target,propertyKey,descriptor) =>void
Defined in: service-core/src/decorators/RouteDecorators.ts:427
Indicates that the decorated function handles incoming WebSocket upgrade requests at the given sub-path.
Parameters
path?
string
The sub-path that the route will handle requests for.
Returns
(target, propertyKey, descriptor) => void