open class SimpSessionScope : Scope
A Scope implementation exposing the attributes of a SiMP session (e.g. WebSocket session).
Relies on a thread-bound SimpAttributes instance exported by org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler.
Author
Rossen Stoyanchev
Since
4.1
SimpSessionScope()
A Scope implementation exposing the attributes of a SiMP session (e.g. WebSocket session). Relies on a thread-bound SimpAttributes instance exported by org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler. |
open fun get(name: String, objectFactory: ObjectFactory<*>): Any |
|
open fun getConversationId(): String |
|
open fun registerDestructionCallback(name: String, callback: Runnable): Unit |
|
open fun remove(name: String): Any |
|
open fun resolveContextualObject(key: String): Any |