kvision
Toggle table of contents
8.2.0
common
Platform filter
common
Switch theme
Search in API
kvision
kvision-common-remote
/
io.kvision.remote
/
KVServiceMgr
KVService
Mgr
interface
KVServiceMgr
<
out
T
:
Any
>
(
source
)
Base interface for fullstack service manager.
Inheritors
KVServiceManagerJs
Members
Functions
get
Call
Link copied to clipboard
open
fun
getCall
(
function
:
Function
<
*
>
)
:
Pair
<
String
,
HttpMethod
>
?
require
Call
Link copied to clipboard
open
fun
requireCall
(
function
:
Function
<
*
>
)
:
Pair
<
String
,
HttpMethod
>