kvisionInit

fun <ERROR CLASS>.kvisionInit(router: <ERROR CLASS>, vararg modules: Module): <ERROR CLASS>

Initialization function for Vert.x server.


fun <ERROR CLASS>.kvisionInit(    initStaticResources: Boolean = true,     router: <ERROR CLASS>,     vararg modules: Module): <ERROR CLASS>

Initialization function for Vert.x server.

Parameters

initStaticResources

initialize default static resources


fun <ERROR CLASS>.kvisionInit(    router: <ERROR CLASS>,     server: <ERROR CLASS>,     wsServiceManagers: List<KVServiceManager<*>> = emptyList(),     serializersModules: List<<ERROR CLASS>>? = null,     vararg modules: Module): <ERROR CLASS>

Initialization function for Vert.x server with support for WebSockets.


fun <ERROR CLASS>.kvisionInit(    initStaticResources: Boolean = true,     router: <ERROR CLASS>,     server: <ERROR CLASS>,     wsServiceManagers: List<KVServiceManager<*>> = emptyList(),     serializersModules: List<<ERROR CLASS>>? = null,     vararg modules: Module): <ERROR CLASS>

Initialization function for Vert.x server with support for WebSockets.

Parameters

initStaticResources

initialize default static resources