diff options
Diffstat (limited to 'api/pl.treksoft.kvision.remote/-service-manager/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.remote/-service-manager/index.html | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/api/pl.treksoft.kvision.remote/-service-manager/index.html b/api/pl.treksoft.kvision.remote/-service-manager/index.html deleted file mode 100644 index 6b6dc933..00000000 --- a/api/pl.treksoft.kvision.remote/-service-manager/index.html +++ /dev/null @@ -1,50 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>ServiceManager - kvision</title> -<link rel="stylesheet" href="../../../style.css"> -</HEAD> -<BODY> -<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.remote</a> / <a href="./index.html">ServiceManager</a><br/> -<br/> -<h1>ServiceManager</h1> -<code><span class="keyword">interface </span><span class="identifier">ServiceManager</span></code> -<h3>Functions</h3> -<table> -<tbody> -<tr> -<td> -<p><a href="get-calls.html">getCalls</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getCalls</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html"><span class="identifier">Map</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html"><span class="identifier">Pair</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a><span class="symbol">></span><span class="symbol">></span></code> -<p>Returns the map of defined paths.</p> -</td> -</tr> -</tbody> -</table> -<h3>Inheritors</h3> -<table> -<tbody> -<tr> -<td> -<p><a href="../-jooby-service-manager/index.html">JoobyServiceManager</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">expect</span> <span class="keyword">class </span><span class="identifier">JoobyServiceManager</span><span class="symbol"><</span><span class="identifier">T</span> <span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">></span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">ServiceManager</span></a></code> -<p>Multiplatform service manager for Jooby.</p> -</td> -</tr> -<tr> -<td> -<p><a href="../-spring-service-manager/index.html">SpringServiceManager</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">expect</span> <span class="keyword">class </span><span class="identifier">SpringServiceManager</span><span class="symbol"><</span><span class="identifier">T</span> <span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">></span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">ServiceManager</span></a></code> -<p>Multiplatform service manager for Spring Boot.</p> -</td> -</tr> -</tbody> -</table> -</BODY> -</HTML> |