From 87bbe72cee37108cbe4fe2638dd62352c28e1f31 Mon Sep 17 00:00:00 2001 From: Volodymyr Date: Sat, 12 Oct 2024 16:04:25 +0300 Subject: [PATCH] Update behind-the-scenes.md --- docs/behind-the-scenes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/behind-the-scenes.md b/docs/behind-the-scenes.md index 7cdb2cf..577ddb3 100644 --- a/docs/behind-the-scenes.md +++ b/docs/behind-the-scenes.md @@ -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.