open class KVWebSocketConfig
Automatic websockets configuration.
KVWebSocketConfig()
Automatic websockets configuration. |
lateinit var applicationContext: <ERROR CLASS> |
|
lateinit var services: List<KVServiceManager<*>> |
open fun registerWebSocketHandlers(registry: <ERROR CLASS>): Unit |
|
open fun routeInterceptor(): <ERROR CLASS> |
|
open fun socketHandler(): <ERROR CLASS> |
|
open fun webSocketSession(): <ERROR CLASS> |
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors. |