Which NestJS mechanism allows a microservice to return data back to the caller in a request-response pattern?
-
A
Emitting a reply event manually
-
B
Returning a value or Observable from a @MessagePattern() handler
-
C
Using @EventPattern() with a callback
-
D
Calling this.server.emit()