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/behind-the-scenes.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The following paragraphs describe how Springwolf works internally.
11
11
When the Spring Boot application is started, Springwolf uses its scanners to find defined consumers and producers within the application.
12
12
Based on the results, the channels/topics are extracted including payload type and merged together into an [AsyncAPI conform document](https://www.asyncapi.com/docs/reference/specification/v3.0.0).
13
13
14
-
The AsyncAPI document is accessible an endpoint.
14
+
The AsyncAPI document is accessible as an endpoint.
15
15
When the Springwolf UI is opened, the browser fetches the document and renders it (see demo).
16
16
17
17
When publishing is enabled, the user can publish a message through the UI to another endpoint.
0 commit comments