test(microservices): add e2e tests for record builders

This commit is contained in:
Kamil Myśliwiec
2021-10-01 11:31:56 +02:00
parent 5ed9e93795
commit 62978f887f
18 changed files with 184 additions and 12 deletions

View File

@@ -70,6 +70,7 @@ export class ServerMqtt extends Server implements CustomTransportStrategy {
const { isEventHandler } = this.messageHandlers.get(pattern);
mqttClient.subscribe(
isEventHandler ? pattern : this.getRequestPattern(pattern),
this.getOptionsProp(this.options, 'subscribeOptions'),
);
});
}