Package io. kvision. remote
Types
KVServiceManager
Link copied to clipboard
open class KVServiceManager<T : Any>(serviceClass: KClass<T>) : KVServiceBinder<T, RequestHandler, WebsocketHandler> , KVServiceMgr<T>
Content copied to clipboard
RequestHandler
Link copied to clipboard
WebsocketHandler
Link copied to clipboard
Functions
applyRoutes
Link copied to clipboard
fun <T : Any> Javalin.applyRoutes(serviceManager: KVServiceManager<T>, roles: Set<Role> = setOf())
Content copied to clipboard
kvisionInit
Link copied to clipboard
Properties
KV_INJECTOR_KEY
Link copied to clipboard