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
/
KVRouterConfiguration
KVRouter
Configuration
jvm
@
Configuration
open
class
KVRouterConfiguration
(
source
)
Default Spring Boot routes
Members
Constructors
KVRouter
Configuration
Link copied to clipboard
jvm
constructor
(
)
Functions
index
Router
Link copied to clipboard
jvm
@
Bean
open
fun
indexRouter
(
)
:
RouterFunction
<
ServerResponse
>
kv
Routes
Link copied to clipboard
jvm
@
Bean
open
fun
kvRoutes
(
kvHandler
:
KVHandler
)
:
RouterFunction
<
ServerResponse
>