moleculerjs / moleculer-channels

Reliable messages for Moleculer services via external queue/channel/topic.
MIT License
72 stars 15 forks source link

Add `emitLocalChannelHandler` method #33

Closed AndreMaz closed 2 years ago

AndreMaz commented 2 years ago

Just like events have a emitLocalEventHandler to trigger the handler we should implement a emitLocalChannelHandler for channels. This will simplify (unit/integration) tests