interface ServiceManager
open fun getCalls(): Map<String, Pair<String, RpcHttpMethod>>
Returns the map of defined paths. |
open expect class JoobyServiceManager<T : Any> : ServiceManager
Multiplatform service manager for Jooby. |
|
open expect class SpringServiceManager<T : Any> : ServiceManager
Multiplatform service manager for Spring Boot. |