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

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
handle
Link copied to clipboard
open suspend fun handle(request: ServerRequest): ServerResponse
hashCode
Link copied to clipboard
open fun hashCode(): Int
serverRequest
Link copied to clipboard
@Bean()
@Scope(value = "prototype")
open fun serverRequest(): ServerRequest
toString
Link copied to clipboard
open fun toString(): String

Properties

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