kvision
/
io.kvision.remote
/
KVServiceManagerJs
js
K
V
Service
Manager
Js
open class
KVServiceManagerJs
<
T
:
Any
>
Content copied to clipboard
Functions
Properties
Functions
bind
Link copied to clipboard
js
inline fun <
PAR1
:
Any
,
PAR2
:
Any
>
bind
(noinline function: suspend
T
.(
<ERROR CLASS>
<
PAR1
>,
<ERROR CLASS>
<
PAR2
>) ->
Unit
, route:
String
?)
Content copied to clipboard
Binds a given web socket connetion with a function of the receiver.
inline fun <
RET
>
bind
(noinline function: suspend
T
.() ->
RET
, method:
<ERROR CLASS>
, route:
String
?)
Content copied to clipboard
Binds a given route with a function of the receiver.
inline fun <
PAR
,
RET
>
bind
(noinline function: suspend
T
.(
PAR
) ->
RET
, method:
<ERROR CLASS>
, route:
String
?)
Content copied to clipboard
Binds a given route with a function of the receiver.
inline fun <
PAR1
,
PAR2
,
RET
>
bind
(noinline function: suspend
T
.(
PAR1
,
PAR2
) ->
RET
, method:
<ERROR CLASS>
, route:
String
?)
Content copied to clipboard
Binds a given route with a function of the receiver.
inline fun <
PAR1
,
PAR2
,
PAR3
,
RET
>
bind
(noinline function: suspend
T
.(
PAR1
,
PAR2
,
PAR3
) ->
RET
, method:
<ERROR CLASS>
, route:
String
?)
Content copied to clipboard
Binds a given route with a function of the receiver.
inline fun <
PAR1
,
PAR2
,
PAR3
,
PAR4
,
RET
>
bind
(noinline function: suspend
T
.(
PAR1
,
PAR2
,
PAR3
,
PAR4
) ->
RET
, method:
<ERROR CLASS>
, route:
String
?)
Content copied to clipboard
Binds a given route with a function of the receiver.
inline fun <
PAR1
,
PAR2
,
PAR3
,
PAR4
,
PAR5
,
RET
>
bind
(noinline function: suspend
T
.(
PAR1
,
PAR2
,
PAR3
,
PAR4
,
PAR5
) ->
RET
, method:
<ERROR CLASS>
, route:
String
?)
Content copied to clipboard
Binds a given route with a function of the receiver.
inline fun <
PAR1
,
PAR2
,
PAR3
,
PAR4
,
PAR5
,
PAR6
,
RET
>
bind
(noinline function: suspend
T
.(
PAR1
,
PAR2
,
PAR3
,
PAR4
,
PAR5
,
PAR6
) ->
RET
, method:
<ERROR CLASS>
, route:
String
?)
Content copied to clipboard
Binds a given route with a function of the receiver.
bindTabulatorRemote
Link copied to clipboard
js
inline fun <
RET
>
bindTabulatorRemote
(noinline function: suspend
T
.(
Int
?,
Int
?,
List
<
<ERROR CLASS>
>?,
List
<
<ERROR CLASS>
>?,
String
?) ->
<ERROR CLASS>
<
RET
>, route:
String
?)
Content copied to clipboard
Binds a given function of the receiver as a tabulator component source
getCall
Link copied to clipboard
js
open fun
getCall
(function:
Function
<*>):
<ERROR CLASS>
<
String
,
<ERROR CLASS>
>?
Content copied to clipboard
Properties
calls
Link copied to clipboard
js
val
calls
:
MutableMap
<
String
,
<ERROR CLASS>
<
String
,
<ERROR CLASS>
>>
Content copied to clipboard
counter
Link copied to clipboard
js
var
counter
:
Int
= 0
Content copied to clipboard