Skip to content

Commit

Permalink
FKDEV-362: mq event handling
Browse files Browse the repository at this point in the history
  • Loading branch information
gab3sz committed Nov 24, 2022
1 parent 1e37290 commit de19552
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/QueueManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,10 @@ class QueueManager {

return queueServer
}

onConnection (event, callback) {
this.connection.onConnection(event, callback)
}
}

module.exports = QueueManager

0 comments on commit de19552

Please sign in to comment.