RpcWebSocketConfig

@Configuration
open class RpcWebSocketConfig(services: List<RpcServiceManager<*>>, applicationContext: ApplicationContext)

Spring Boot WebSocket configuration

Constructors

Link copied to clipboard
constructor(services: List<RpcServiceManager<*>>, applicationContext: ApplicationContext)

Functions

Link copied to clipboard
@Bean
open fun handlerAdapter(): WebSocketHandlerAdapter
Link copied to clipboard
@Bean
open fun handlerMapping(): HandlerMapping
Link copied to clipboard
@Bean
@Scope(value = "prototype")
open fun webSocketSession(): WebSocketSession