From 0d478ca8dd55d080e656831f9abc7fa794d7acfb Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Mon, 29 Nov 2021 17:37:37 +0000 Subject: [PATCH] Add link to WebSocket scope from the Spring Core section Closes gh-25172 --- src/docs/asciidoc/core/core-beans.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/docs/asciidoc/core/core-beans.adoc b/src/docs/asciidoc/core/core-beans.adoc index 22cdf42ce5..7213886737 100644 --- a/src/docs/asciidoc/core/core-beans.adoc +++ b/src/docs/asciidoc/core/core-beans.adoc @@ -2969,6 +2969,8 @@ When using annotation-driven components or Java configuration, you can use the ---- + + [[beans-factory-scopes-application]] ==== Application Scope @@ -3012,6 +3014,17 @@ following example shows how to do so: + +[[beans-factory-scopes-websocket]] +==== WebSocket Scope + +WebSocket scope is associated with the lifecycle of a WebSocket session and applies to +STOMP over WebSocket applications, see +<> for more details. + + + + [[beans-factory-scopes-other-injection]] ==== Scoped Beans as Dependencies