KVWebSocketConfig

@Configuration
open class KVWebSocketConfig(services: List<KVServiceManager<*>>, applicationContext: ApplicationContext)(source)

Spring Boot WebSocket configuration

Constructors

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