Skip to content

Commit 635e90f

Browse files
Update content/faq/hybrid-application.md
1 parent c24ca91 commit 635e90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/faq/hybrid-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ await app.startAllMicroservicesAsync();
3535
await app.listen(3001);
3636
```
3737

38-
For bind `@MessagePattern()` only to one transport of microservices in hybrid application with multiple microservices can use second argument which should get value from `Transport` enum
38+
To bind `@MessagePattern()` to only one transport strategy (for example, MQTT) in a hybrid application with multiple microservices, we can pass the second argument of type `Transport` which is an enum with all the built-in transport strategies defined.
3939

4040
```typescript
4141
@@filename()

0 commit comments

Comments
 (0)