RpcWebSocketHandler

class RpcWebSocketHandler(services: List<RpcServiceManager<*>>, threadLocalWebSocketSession: ThreadLocal<WebSocketSession>, applicationContext: ApplicationContext) : WebSocketHandler, CoroutineScope

Spring Boot WebSocket handler

Constructors

Link copied to clipboard
constructor(services: List<RpcServiceManager<*>>, 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>