KVWebSocketConfig

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

Spring Boot WebSocket configuration

Constructors

KVWebSocketConfig
Link copied to clipboard
fun KVWebSocketConfig(services: List<KVServiceManager<*>>, applicationContext: ApplicationContext)

Functions

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