Redningsselskapet / nestjs-plugins

Plugins for NestJS framework
ISC License
27 stars 22 forks source link

Update bindEventHandlers to support interceptors on handlers #54

Closed mgraf-dozuki closed 8 months ago

mgraf-dozuki commented 1 year ago

Interceptors are not working alongside EventPattern decorators. This PR fixes what I believe was a bug in using send() and follows event handler patterns from other NestJs microservice servers to allow for interceptors (and likely pipes, etc) to work.