kvision / pl.treksoft.kvision.remote / ServiceManager

ServiceManager

interface ServiceManager

Functions

getCalls

open fun getCalls(): Map<String, Pair<String, RpcHttpMethod>>

Returns the map of defined paths.

Inheritors

JoobyServiceManager

open expect class JoobyServiceManager<T : Any> : ServiceManager

Multiplatform service manager for Jooby.

SpringServiceManager

open expect class SpringServiceManager<T : Any> : ServiceManager

Multiplatform service manager for Spring Boot.