Skip to content

Commit

Permalink
Update behind-the-scenes.md (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgray16 authored Oct 12, 2024
1 parent 7416f77 commit 0086621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/behind-the-scenes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The following paragraphs describe how Springwolf works internally.
When the Spring Boot application is started, Springwolf uses its scanners to find defined consumers and producers within the application.
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).

The AsyncAPI document is accessible an endpoint.
The AsyncAPI document is accessible as an endpoint.
When the Springwolf UI is opened, the browser fetches the document and renders it (see demo).

When publishing is enabled, the user can publish a message through the UI to another endpoint.
Expand Down

0 comments on commit 0086621

Please sign in to comment.