KVServiceMgr

interface KVServiceMgr<T : Any>

Base interface for fullstack service manager.

Functions

getCall
Link copied to clipboard
common
open fun getCall(function: Function<*>): Pair<String, HttpMethod>?
requireCall
Link copied to clipboard
common
open fun requireCall(function: Function<*>): Pair<String, HttpMethod>

Inheritors

KVServiceManagerJs
Link copied to clipboard