KVWebSocketHandler

class KVWebSocketHandler(services: List<KVServiceManager<*>>, threadLocalWebSocketSession: ThreadLocal<WebSocketSession>, applicationContext: ApplicationContext) : WebSocketHandler, CoroutineScope(source)

Spring Boot WebSocket handler

Constructors

Link copied to clipboard
constructor(services: List<KVServiceManager<*>>, threadLocalWebSocketSession: ThreadLocal<WebSocketSession>, applicationContext: ApplicationContext)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open override fun handle(session: WebSocketSession): Mono<Void>