• R
    Add WebSocket scope · 2c4cbb61
    Rossen Stoyanchev 提交于
    This change adds support for a custom "websocket" scope.
    
    WebSocket-scoped beans may be injected into controllers with message
    handling methods as well as channel interceptor registered on the
    "inboundClientChannel".
    
    Issue: SPR-11305
    2c4cbb61
StompWebSocketIntegrationTests.java 11.2 KB