(data: T)
| 334 | ); |
| 335 | |
| 336 | const publish = <T>(data: T) => |
| 337 | this.sendMessage( |
| 338 | data, |
| 339 | properties.replyTo, |
| 340 | properties.correlationId, |
| 341 | rmqContext, |
| 342 | ); |
| 343 | |
| 344 | response$ && this.send(response$, publish); |
| 345 | }, |
no test coverage detected