KVServiceMgr

interface KVServiceMgr<T : Any>

Base interface for fullstack service manager.

Functions

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