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 --- api/pl.treksoft.kvision.remote/-k-v-remote-agent/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'api/pl.treksoft.kvision.remote/-k-v-remote-agent/index.html') diff --git a/api/pl.treksoft.kvision.remote/-k-v-remote-agent/index.html b/api/pl.treksoft.kvision.remote/-k-v-remote-agent/index.html index deb7bcc9..f43d4a7d 100644 --- a/api/pl.treksoft.kvision.remote/-k-v-remote-agent/index.html +++ b/api/pl.treksoft.kvision.remote/-k-v-remote-agent/index.html @@ -66,6 +66,17 @@

Executes defined call to a remote web service.

+ + +

webSocket

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

Executes defined web socket connection

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

Executes defined web socket connection returning list objects

+ +

Extension Functions

-- cgit