UNPKG
nest-cluster-ipc
Version:
latest (1.0.0)
1.0.0
0.1.0
A Nest module wrapper for node-cluster-ipc
nest-cluster-ipc
/
dist
/
common
/
cluster-ipc.decorators.d.ts
4 lines
(3 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
export
declare
const
InjectClusterIpc
:
() =>
ParameterDecorator
;
export
declare
const
OnMessage
:
(
channel
:
string
) =>
MethodDecorator
;
export
declare
const
OnRequest
:
(
channel
:
string
) =>
MethodDecorator
;