From 8883419bfcec00947863741d48dbd89cc877615a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 4 Apr 2019 13:10:28 +0200 Subject: API documentation for KVision 0.0.32 --- .../-k-v-remote-agent/web-socket.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/pl.treksoft.kvision.remote/-k-v-remote-agent/web-socket.html (limited to 'api/pl.treksoft.kvision.remote/-k-v-remote-agent/web-socket.html') diff --git a/api/pl.treksoft.kvision.remote/-k-v-remote-agent/web-socket.html b/api/pl.treksoft.kvision.remote/-k-v-remote-agent/web-socket.html new file mode 100644 index 00000000..22ee1dc4 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-k-v-remote-agent/web-socket.html @@ -0,0 +1,18 @@ + + + +KVRemoteAgent.webSocket - kvision + + + +kvision / pl.treksoft.kvision.remote / KVRemoteAgent / webSocket
+
+

webSocket

+ +inline suspend fun <reified PAR1 : Any, reified PAR2 : Any> webSocket(noinline function: suspend T.(<ERROR CLASS><PAR1>, <ERROR CLASS><PAR2>) -> Unit, noinline handler: suspend (<ERROR CLASS><PAR1>, <ERROR CLASS><PAR2>) -> Unit): Unit +

Executes defined web socket connection

+ +inline suspend fun <reified PAR1 : Any, reified PAR2 : Any> webSocket(noinline function: suspend T.(<ERROR CLASS><PAR1>, <ERROR CLASS><List<PAR2>>) -> Unit, noinline handler: suspend (<ERROR CLASS><PAR1>, <ERROR CLASS><List<PAR2>>) -> Unit): Unit +

Executes defined web socket connection returning list objects

+ + -- cgit