KVWeb Socket Handler
class KVWebSocketHandler(services: List<KVServiceManager<*>>, threadLocalWebSocketSession: ThreadLocal<WebSocketSession>, applicationContext: ApplicationContext) : WebSocketHandler, CoroutineScope
Content copied to clipboard
Spring Boot WebSocket handler
Constructors
KVWebSocketHandler
Link copied to clipboard
fun KVWebSocketHandler(services: List<KVServiceManager<*>>, threadLocalWebSocketSession: ThreadLocal<WebSocketSession>, applicationContext: ApplicationContext)
Content copied to clipboard
Functions
Properties
coroutineContext
Link copied to clipboard