diff options
Diffstat (limited to 'api/pl.treksoft.kvision.remote/-service-manager/apply-routes.html')
-rw-r--r-- | api/pl.treksoft.kvision.remote/-service-manager/apply-routes.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.remote/-service-manager/apply-routes.html b/api/pl.treksoft.kvision.remote/-service-manager/apply-routes.html new file mode 100644 index 00000000..36f7a1e4 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-service-manager/apply-routes.html @@ -0,0 +1,16 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>ServiceManager.applyRoutes - 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> / <a href="./apply-routes.html">applyRoutes</a><br/> +<br/> +<h1>applyRoutes</h1> +<a name="pl.treksoft.kvision.remote.ServiceManager$applyRoutes(pl.treksoft.kvision.remote.JoobyServer)"></a> +<code><span class="keyword">actual</span> <span class="keyword">fun </span><span class="identifier">applyRoutes</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$applyRoutes(pl.treksoft.kvision.remote.JoobyServer)/k">k</span><span class="symbol">:</span> <a href="../-jooby-server/index.html"><span class="identifier">JoobyServer</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Applies all defined routes to the given server. +Not used on the js platform.</p> +</BODY> +</HTML> |