kvision
Toggle table of contents
8.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
kvision
kvision-server-spring-boot
/
io.kvision.remote
/
KVWebSocketConfig
KVWeb
Socket
Config
jvm
@
Configuration
open
class
KVWebSocketConfig
(
services
:
List
<
KVServiceManager
<
*
>
>
,
applicationContext
:
ApplicationContext
)
(
source
)
Spring Boot WebSocket configuration
Members
Constructors
KVWeb
Socket
Config
Link copied to clipboard
jvm
constructor
(
services
:
List
<
KVServiceManager
<
*
>
>
,
applicationContext
:
ApplicationContext
)
Functions
handler
Adapter
Link copied to clipboard
jvm
@
Bean
open
fun
handlerAdapter
(
)
:
WebSocketHandlerAdapter
handler
Mapping
Link copied to clipboard
jvm
@
Bean
open
fun
handlerMapping
(
)
:
HandlerMapping
web
Socket
Session
Link copied to clipboard
jvm
@
Bean
@
Scope
(
value
=
"prototype"
)
open
fun
webSocketSession
(
)
:
WebSocketSession