You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/en/getting-started/publishing/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ search:
14
14
15
15
It offers several use cases for publishing messages:
16
16
17
-
* Using [`#!python broker.publish(...)` method](./publishing/broker.md){.internal-link}
18
-
* Using the [`#!python @broker.publisher(...)` decorator](./publishing/decorator.md){.internal-link}
19
-
* Using a [publisher object decorator](./publishing/object.md){.internal-link}
20
-
* Using a [publisher object directly](./publishing/direct.md){.internal-link}
17
+
* Using [`#!python broker.publish(...)` method](./broker.md){.internal-link}
18
+
* Using the [`#!python @broker.publisher(...)` decorator](./decorator.md){.internal-link}
19
+
* Using a [publisher object decorator](./object.md){.internal-link}
20
+
* Using a [publisher object directly](./direct.md){.internal-link}
21
21
22
22
All of these variants have their own advantages and limitations, so you can choose what you want based on your requirements. This section will guide you through all the details.
Copy file name to clipboardExpand all lines: docs/docs/en/getting-started/routers/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Sometimes you want to:
14
14
15
15
* split an application into includable modules
16
16
* separate business logic from your handler registration
17
-
* apply some [decoder](../serialization/index.md)/[middleware](../middlewares/index.md)/[dependencies](../dependencies/global.md) to a subscribers group
17
+
* apply some [decoder](../serialization/index.md) / [middleware](../middlewares/index.md) / [dependencies](../dependencies/index.md) to a subscribers group
18
18
19
19
For these reasons, **FastStream** has a special *Broker Router*.
0 commit comments