Rpc Web Socket Handler
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)