kvision Init
fun <ERROR CLASS>.kvisionInit(router: <ERROR CLASS>, vararg modules: Module): <ERROR CLASS>
Content copied to clipboard
Initialization function for Vert.x server.
fun <ERROR CLASS>.kvisionInit( initStaticResources: Boolean = true, router: <ERROR CLASS>, vararg modules: Module): <ERROR CLASS>
Content copied to clipboard
Initialization function for Vert.x server.
Parameters
init Static Resources
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>
Content copied to clipboard
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>
Content copied to clipboard
Initialization function for Vert.x server with support for WebSockets.
Parameters
init Static Resources
initialize default static resources