What is the purpose of `@EventPattern()` in a NestJS microservice?
-
A
It replaces @MessagePattern() for HTTP events
-
B
It handles fire-and-forget events where no response is expected
-
C
It subscribes to server-sent events on the client
-
D
It emits events from the server to connected clients