toggle menu
kilua-rpc-spring-boot
0.0.20
jvm
switch theme
search in API
kilua-rpc-spring-boot
/
dev.kilua.rpc
/
RpcWebSocketConfig
Rpc
Web
Socket
Config
jvm
@
Configuration
open
class
RpcWebSocketConfig
(
services
:
List
<
RpcServiceManager
<
*
>
>
,
applicationContext
:
ApplicationContext
)
Spring Boot WebSocket configuration
Members
Constructors
Rpc
Web
Socket
Config
Link copied to clipboard
jvm
constructor
(
services
:
List
<
RpcServiceManager
<
*
>
>
,
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