You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`@NspParam(paramName: string)`| Injects param from the dynamic namespace. |
439
441
|`@Middleware()`| Registers a new middleware to be registered in the socket.io. |
440
442
|`@EmitOnSuccess(messageName: string)`| If this decorator is set then after controller action will emit message with the given name after action execution. It will emit message only if controller succeed without errors. If result is a Promise then it will wait until promise is resolved and emit a message. |
441
443
|`@EmitOnFail(messageName: string)`| If this decorator is set then after controller action will emit message with the given name after action execution. It will emit message only if controller throw an exception. If result is a Promise then it will wait until promise throw an error and emit a message. |
0 commit comments