kvision / pl.treksoft.kvision.remote / RemoteAgent

RemoteAgent

interface RemoteAgent

Interface for client side agent for JSON-RPC remote calls.

Functions

findEnumValue

open fun findEnumValue(kClass: KClass<Any>, value: String): Any?

Extension Functions

createInstance

fun <T> Any?.createInstance(vararg args: dynamic): T

Helper function for creating JavaScript objects from dynamic constructors.

Inheritors

KVRemoteAgent

open class KVRemoteAgent<T : Any> : RemoteAgent

Client side agent for JSON-RPC remote calls.