Skip to content

Commit

Permalink
Add link to WebSocket scope from the Spring Core section
Browse files Browse the repository at this point in the history
Closes gh-25172
  • Loading branch information
rstoyanchev committed Nov 29, 2021
1 parent 445c0de commit 0d478ca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/docs/asciidoc/core/core-beans.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2969,6 +2969,8 @@ When using annotation-driven components or Java configuration, you can use the
----




[[beans-factory-scopes-application]]
==== Application Scope

Expand Down Expand Up @@ -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
<<web.adoc#websocket-stomp-websocket-scope,WebSocket scope>> for more details.




[[beans-factory-scopes-other-injection]]
==== Scoped Beans as Dependencies

Expand Down

0 comments on commit 0d478ca

Please sign in to comment.