KVHandler

@Component
open class KVHandler(services: List<KVServiceManager<*>>, applicationContext: ApplicationContext)

Default Spring Boot handler

Constructors

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

Functions

handle
Link copied to clipboard
open suspend fun handle(request: ServerRequest): ServerResponse
serverRequest
Link copied to clipboard
@Bean
@Scope(value = "prototype")
open fun serverRequest(): ServerRequest

Properties

applicationContext
Link copied to clipboard
val applicationContext: ApplicationContext
services
Link copied to clipboard
val services: List<KVServiceManager<*>>