Package io. kvision. remote
Types
ContextModule
Link copied to clipboard
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
typealias WebsocketHandler = (ctx: Context, configurer: WebSocketConfigurer) -> Unit
Content copied to clipboard
Functions
applyRoutes
Link copied to clipboard
fun <T : Any> CoroutineRouter.applyRoutes(serviceManager: KVServiceManager<T>)
Content copied to clipboard
kvisionInit
Link copied to clipboard
Properties
KV_INJECTOR_KEY
Link copied to clipboard