diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-10-21 23:59:34 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-10-21 23:59:34 +0200 |
commit | 7c2850063697f94a0d8b8d8f8588136dd4b3d05e (patch) | |
tree | d36036066bd3ef3f3e034c6dfc1e4283b1e69ece /api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager | |
parent | a70acf853de62d0754ca95aa4103712b82afdef8 (diff) | |
download | kvision-7c2850063697f94a0d8b8d8f8588136dd4b3d05e.tar.gz kvision-7c2850063697f94a0d8b8d8f8588136dd4b3d05e.tar.bz2 kvision-7c2850063697f94a0d8b8d8f8588136dd4b3d05e.zip |
API documentation for KVision 0.0.19
Diffstat (limited to 'api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager')
13 files changed, 338 insertions, 0 deletions
diff --git a/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/-init-.html b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/-init-.html new file mode 100644 index 00000000..67af7141 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/-init-.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>JoobyServiceManager.<init> - 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">JoobyServiceManager</a> / <a href="./-init-.html"><init></a><br/> +<br/> +<h1><init></h1> +<a name="pl.treksoft.kvision.remote.JoobyServiceManager$<init>(pl.treksoft.kvision.remote.JoobyServiceManager.T)"></a> +<code><span class="identifier">JoobyServiceManager</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$<init>(pl.treksoft.kvision.remote.JoobyServiceManager.T)/service">service</span><span class="symbol">:</span> <a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">)</span></code> +<p>Multiplatform service manager for Jooby.</p> +</BODY> +</HTML> diff --git a/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/-l-o-g.html b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/-l-o-g.html new file mode 100644 index 00000000..fa26ca59 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/-l-o-g.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>JoobyServiceManager.LOG - 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">JoobyServiceManager</a> / <a href="./-l-o-g.html">LOG</a><br/> +<br/> +<h1>LOG</h1> +<a name="pl.treksoft.kvision.remote.JoobyServiceManager.Companion$LOG"></a> +<code><span class="keyword">val </span><span class="identifier">LOG</span><span class="symbol">: </span><span class="identifier"><ERROR CLASS></span></code> +</BODY> +</HTML> diff --git a/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/apply-routes.html b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/apply-routes.html new file mode 100644 index 00000000..cb536155 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/apply-routes.html @@ -0,0 +1,18 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>JoobyServiceManager.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">JoobyServiceManager</a> / <a href="./apply-routes.html">applyRoutes</a><br/> +<br/> +<h1>applyRoutes</h1> +<a name="pl.treksoft.kvision.remote.JoobyServiceManager$applyRoutes(pl.treksoft.kvision.remote.KVServer)"></a> +<code><span class="keyword">fun </span><span class="identifier">applyRoutes</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$applyRoutes(pl.treksoft.kvision.remote.KVServer)/k">k</span><span class="symbol">:</span> <a href="../-k-v-server/index.html"><span class="identifier">KVServer</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.</p> +<h3>Parameters</h3> +<p><a name="k"></a> +<code>k</code> - a server</p> +</BODY> +</HTML> diff --git a/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/bind.html b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/bind.html new file mode 100644 index 00000000..5c2ccb21 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/bind.html @@ -0,0 +1,32 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>JoobyServiceManager.bind - 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">JoobyServiceManager</a> / <a href="./bind.html">bind</a><br/> +<br/> +<h1>bind</h1> +<a name="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)"></a> +<code><span class="keyword">protected</span> <span class="keyword">inline</span> <span class="keyword">fun </span><span class="symbol"><</span><span class="keyword">reified</span> <span class="identifier">RET</span><span class="symbol">></span> <span class="identifier">bind</span><span class="symbol">(</span><span class="keyword">noinline</span> <span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/function">function</span><span class="symbol">:</span> <a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span> <span class="symbol">-></span> <span class="identifier">Deferred</span><span class="symbol"><</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">></span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/route">route</span><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> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/method">method</span><span class="symbol">:</span> <a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a> <span class="symbol">=</span> RpcHttpMethod.POST<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><br/> +<a name="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)"></a> +<code><span class="keyword">protected</span> <span class="keyword">inline</span> <span class="keyword">fun </span><span class="symbol"><</span><span class="keyword">reified</span> <span class="identifier">PAR</span><span class="symbol">, </span><span class="keyword">reified</span> <span class="identifier">RET</span><span class="symbol">></span> <span class="identifier">bind</span><span class="symbol">(</span><span class="keyword">noinline</span> <span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/function">function</span><span class="symbol">:</span> <a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR"><span class="identifier">PAR</span></a><span class="symbol">,</span> <a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span> <span class="symbol">-></span> <span class="identifier">Deferred</span><span class="symbol"><</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">></span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/route">route</span><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> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/method">method</span><span class="symbol">:</span> <a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a> <span class="symbol">=</span> RpcHttpMethod.POST<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><br/> +<a name="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)"></a> +<code><span class="keyword">protected</span> <span class="keyword">inline</span> <span class="keyword">fun </span><span class="symbol"><</span><span class="keyword">reified</span> <span class="identifier">PAR1</span><span class="symbol">, </span><span class="keyword">reified</span> <span class="identifier">PAR2</span><span class="symbol">, </span><span class="keyword">reified</span> <span class="identifier">RET</span><span class="symbol">></span> <span class="identifier">bind</span><span class="symbol">(</span><span class="keyword">noinline</span> <span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/function">function</span><span class="symbol">:</span> <a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span> <a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span> <a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span> <span class="symbol">-></span> <span class="identifier">Deferred</span><span class="symbol"><</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">></span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/route">route</span><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> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/method">method</span><span class="symbol">:</span> <a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a> <span class="symbol">=</span> RpcHttpMethod.POST<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><br/> +<a name="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)"></a> +<code><span class="keyword">protected</span> <span class="keyword">inline</span> <span class="keyword">fun </span><span class="symbol"><</span><span class="keyword">reified</span> <span class="identifier">PAR1</span><span class="symbol">, </span><span class="keyword">reified</span> <span class="identifier">PAR2</span><span class="symbol">, </span><span class="keyword">reified</span> <span class="identifier">PAR3</span><span class="symbol">, </span><span class="keyword">reified</span> <span class="identifier">RET</span><span class="symbol">></span> <span class="identifier">bind</span><span class="symbol">(</span><span class="keyword">noinline</span> <span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/function">function</span><span class="symbol">:</span> <a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span> <a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span> <a href="bind.html#PAR3"><span class="identifier">PAR3</span></a><span class="symbol">,</span> <a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span> <span class="symbol">-></span> <span class="identifier">Deferred</span><span class="symbol"><</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">></span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/route">route</span><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> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/method">method</span><span class="symbol">:</span> <a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a> <span class="symbol">=</span> RpcHttpMethod.POST<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><br/> +<a name="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR3, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)"></a> +<code><span class="keyword">protected</span> <span class="keyword">inline</span> <span class="keyword">fun </span><span class="symbol"><</span><span class="keyword">reified</span> <span class="identifier">PAR1</span><span class="symbol">, </span><span class="keyword">reified</span> <span class="identifier">PAR2</span><span class="symbol">, </span><span class="keyword">reified</span> <span class="identifier">PAR3</span><span class="symbol">, </span><span class="keyword">reified</span> <span class="identifier">PAR4</span><span class="symbol">, </span><span class="keyword">reified</span> <span class="identifier">RET</span><span class="symbol">></span> <span class="identifier">bind</span><span class="symbol">(</span><span class="keyword">noinline</span> <span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR3, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/function">function</span><span class="symbol">:</span> <a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span> <a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span> <a href="bind.html#PAR3"><span class="identifier">PAR3</span></a><span class="symbol">,</span> <a href="bind.html#PAR4"><span class="identifier">PAR4</span></a><span class="symbol">,</span> <a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span> <span class="symbol">-></span> <span class="identifier">Deferred</span><span class="symbol"><</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">></span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR3, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/route">route</span><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> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR3, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/method">method</span><span class="symbol">:</span> <a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a> <span class="symbol">=</span> RpcHttpMethod.POST<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><br/> +<a name="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR3, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR4, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)"></a> +<code><span class="keyword">protected</span> <span class="keyword">inline</span> <span class="keyword">fun </span><span class="symbol"><</span><span class="keyword">reified</span> <span class="identifier">PAR1</span><span class="symbol">, </span><span class="keyword">reified</span> <span class="identifier">PAR2</span><span class="symbol">, </span><span class="keyword">reified</span> <span class="identifier">PAR3</span><span class="symbol">, </span><span class="keyword">reified</span> <span class="identifier">PAR4</span><span class="symbol">, </span><span class="keyword">reified</span> <span class="identifier">PAR5</span><span class="symbol">, </span><span class="keyword">reified</span> <span class="identifier">RET</span><span class="symbol">></span> <span class="identifier">bind</span><span class="symbol">(</span><span class="keyword">noinline</span> <span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR3, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR4, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/function">function</span><span class="symbol">:</span> <a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span> <a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span> <a href="bind.html#PAR3"><span class="identifier">PAR3</span></a><span class="symbol">,</span> <a href="bind.html#PAR4"><span class="identifier">PAR4</span></a><span class="symbol">,</span> <a href="bind.html#PAR5"><span class="identifier">PAR5</span></a><span class="symbol">,</span> <a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span> <span class="symbol">-></span> <span class="identifier">Deferred</span><span class="symbol"><</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">></span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR3, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR4, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/route">route</span><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> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR3, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR4, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/method">method</span><span class="symbol">:</span> <a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a> <span class="symbol">=</span> RpcHttpMethod.POST<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>Binds a given route with a function of the receiver.</p> +<h3>Parameters</h3> +<p><a name="function"></a> +<code>function</code> - a function of the receiver</p> +<p><a name="route"></a> +<code>route</code> - a route</p> +<p><a name="method"></a> +<code>method</code> - a HTTP method</p> +</BODY> +</HTML> diff --git a/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/call.html b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/call.html new file mode 100644 index 00000000..a5405d6f --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/call.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>JoobyServiceManager.call - 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">JoobyServiceManager</a> / <a href="./call.html">call</a><br/> +<br/> +<h1>call</h1> +<a name="pl.treksoft.kvision.remote.JoobyServiceManager$call(pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String, kotlin.Function2((pl.treksoft.kvision.remote.Request, , kotlin.Unit)))"></a> +<code><span class="keyword">fun </span><span class="identifier">call</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$call(pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String, kotlin.Function2((pl.treksoft.kvision.remote.Request, , kotlin.Unit)))/method">method</span><span class="symbol">:</span> <a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$call(pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String, kotlin.Function2((pl.treksoft.kvision.remote.Request, , kotlin.Unit)))/path">path</span><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><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$call(pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String, kotlin.Function2((pl.treksoft.kvision.remote.Request, , kotlin.Unit)))/handler">handler</span><span class="symbol">:</span> <span class="symbol">(</span><a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">,</span> <span class="identifier"><ERROR CLASS></span><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><span class="symbol">)</span><span class="symbol">: </span><a href="../-k-v-server/index.html"><span class="identifier">KVServer</span></a><span class="symbol">.</span><span class="symbol">(</span><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> +</BODY> +</HTML> diff --git a/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/calls.html b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/calls.html new file mode 100644 index 00000000..a20b12e9 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/calls.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>JoobyServiceManager.calls - 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">JoobyServiceManager</a> / <a href="./calls.html">calls</a><br/> +<br/> +<h1>calls</h1> +<a name="pl.treksoft.kvision.remote.JoobyServiceManager$calls"></a> +<code><span class="keyword">protected</span> <span class="keyword">val </span><span class="identifier">calls</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</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> +</BODY> +</HTML> diff --git a/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/counter.html b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/counter.html new file mode 100644 index 00000000..0d191de3 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/counter.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>JoobyServiceManager.counter - 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">JoobyServiceManager</a> / <a href="./counter.html">counter</a><br/> +<br/> +<h1>counter</h1> +<a name="pl.treksoft.kvision.remote.JoobyServiceManager$counter"></a> +<code><span class="keyword">var </span><span class="identifier">counter</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code> +</BODY> +</HTML> diff --git a/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/get-calls.html b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/get-calls.html new file mode 100644 index 00000000..0957bf20 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/get-calls.html @@ -0,0 +1,16 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>JoobyServiceManager.getCalls - 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">JoobyServiceManager</a> / <a href="./get-calls.html">getCalls</a><br/> +<br/> +<h1>getCalls</h1> +<a name="pl.treksoft.kvision.remote.JoobyServiceManager$getCalls()"></a> +<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>Overrides <a href="../-service-manager/get-calls.html">ServiceManager.getCalls</a></p> +<p>Returns the map of defined paths.</p> +</BODY> +</HTML> diff --git a/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/get-parameter.html b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/get-parameter.html new file mode 100644 index 00000000..99b992b5 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/get-parameter.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>JoobyServiceManager.getParameter - 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">JoobyServiceManager</a> / <a href="./get-parameter.html">getParameter</a><br/> +<br/> +<h1>getParameter</h1> +<a name="pl.treksoft.kvision.remote.JoobyServiceManager$getParameter(kotlin.String)"></a> +<code><span class="keyword">protected</span> <span class="keyword">inline</span> <span class="keyword">fun </span><span class="symbol"><</span><span class="keyword">reified</span> <span class="identifier">T</span><span class="symbol">></span> <span class="identifier">getParameter</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$getParameter(kotlin.String)/str">str</span><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><span class="symbol">)</span><span class="symbol">: </span><a href="get-parameter.html#T"><span class="identifier">T</span></a></code> +</BODY> +</HTML> diff --git a/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/index.html b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/index.html new file mode 100644 index 00000000..1e24f81b --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/index.html @@ -0,0 +1,145 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>JoobyServiceManager - 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">JoobyServiceManager</a><br/> +<br/> +<h1>JoobyServiceManager</h1> +<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="../-service-manager/index.html"><span class="identifier">ServiceManager</span></a></code> +<p>Multiplatform service manager for Jooby.</p> +<h3>Constructors</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-init-.html"><init></a></p> +</td> +<td> +<code><span class="identifier">JoobyServiceManager</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$<init>(pl.treksoft.kvision.remote.JoobyServiceManager.T)/service">service</span><span class="symbol">:</span> <a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">)</span></code> +<p>Multiplatform service manager for Jooby.</p> +</td> +</tr> +</tbody> +</table> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="calls.html">calls</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">calls</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</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></td> +</tr> +<tr> +<td> +<p><a href="counter.html">counter</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">counter</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="mapper.html">mapper</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">mapper</span><span class="symbol">: </span><span class="identifier"><ERROR CLASS></span></code></td> +</tr> +<tr> +<td> +<p><a href="routes.html">routes</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">routes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html"><span class="identifier">MutableList</span></a><span class="symbol"><</span><a href="../-k-v-server/index.html"><span class="identifier">KVServer</span></a><span class="symbol">.</span><span class="symbol">(</span><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><span class="symbol">></span></code></td> +</tr> +<tr> +<td> +<p><a href="service.html">service</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">service</span><span class="symbol">: </span><a href="index.html#T"><span class="identifier">T</span></a></code></td> +</tr> +</tbody> +</table> +<h3>Functions</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="apply-routes.html">applyRoutes</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">applyRoutes</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$applyRoutes(pl.treksoft.kvision.remote.KVServer)/k">k</span><span class="symbol">:</span> <a href="../-k-v-server/index.html"><span class="identifier">KVServer</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.</p> +</td> +</tr> +<tr> +<td> +<p><a href="bind.html">bind</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">RET</span><span class="symbol">></span> <span class="identifier">bind</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/function">function</span><span class="symbol">:</span> <a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span> <span class="symbol">-></span> <span class="identifier">Deferred</span><span class="symbol"><</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">></span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/route">route</span><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> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/method">method</span><span class="symbol">:</span> <a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a> <span class="symbol">=</span> RpcHttpMethod.POST<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><br/> +<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">PAR</span><span class="symbol">, </span><span class="identifier">RET</span><span class="symbol">></span> <span class="identifier">bind</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/function">function</span><span class="symbol">:</span> <a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR"><span class="identifier">PAR</span></a><span class="symbol">,</span> <a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span> <span class="symbol">-></span> <span class="identifier">Deferred</span><span class="symbol"><</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">></span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/route">route</span><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> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/method">method</span><span class="symbol">:</span> <a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a> <span class="symbol">=</span> RpcHttpMethod.POST<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><br/> +<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">PAR1</span><span class="symbol">, </span><span class="identifier">PAR2</span><span class="symbol">, </span><span class="identifier">RET</span><span class="symbol">></span> <span class="identifier">bind</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/function">function</span><span class="symbol">:</span> <a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span> <a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span> <a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span> <span class="symbol">-></span> <span class="identifier">Deferred</span><span class="symbol"><</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">></span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/route">route</span><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> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/method">method</span><span class="symbol">:</span> <a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a> <span class="symbol">=</span> RpcHttpMethod.POST<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><br/> +<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">PAR1</span><span class="symbol">, </span><span class="identifier">PAR2</span><span class="symbol">, </span><span class="identifier">PAR3</span><span class="symbol">, </span><span class="identifier">RET</span><span class="symbol">></span> <span class="identifier">bind</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/function">function</span><span class="symbol">:</span> <a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span> <a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span> <a href="bind.html#PAR3"><span class="identifier">PAR3</span></a><span class="symbol">,</span> <a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span> <span class="symbol">-></span> <span class="identifier">Deferred</span><span class="symbol"><</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">></span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/route">route</span><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> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/method">method</span><span class="symbol">:</span> <a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a> <span class="symbol">=</span> RpcHttpMethod.POST<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><br/> +<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">PAR1</span><span class="symbol">, </span><span class="identifier">PAR2</span><span class="symbol">, </span><span class="identifier">PAR3</span><span class="symbol">, </span><span class="identifier">PAR4</span><span class="symbol">, </span><span class="identifier">RET</span><span class="symbol">></span> <span class="identifier">bind</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR3, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/function">function</span><span class="symbol">:</span> <a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span> <a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span> <a href="bind.html#PAR3"><span class="identifier">PAR3</span></a><span class="symbol">,</span> <a href="bind.html#PAR4"><span class="identifier">PAR4</span></a><span class="symbol">,</span> <a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span> <span class="symbol">-></span> <span class="identifier">Deferred</span><span class="symbol"><</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">></span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR3, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/route">route</span><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> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR3, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/method">method</span><span class="symbol">:</span> <a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a> <span class="symbol">=</span> RpcHttpMethod.POST<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><br/> +<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">PAR1</span><span class="symbol">, </span><span class="identifier">PAR2</span><span class="symbol">, </span><span class="identifier">PAR3</span><span class="symbol">, </span><span class="identifier">PAR4</span><span class="symbol">, </span><span class="identifier">PAR5</span><span class="symbol">, </span><span class="identifier">RET</span><span class="symbol">></span> <span class="identifier">bind</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR3, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR4, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/function">function</span><span class="symbol">:</span> <a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span> <a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span> <a href="bind.html#PAR3"><span class="identifier">PAR3</span></a><span class="symbol">,</span> <a href="bind.html#PAR4"><span class="identifier">PAR4</span></a><span class="symbol">,</span> <a href="bind.html#PAR5"><span class="identifier">PAR5</span></a><span class="symbol">,</span> <a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span> <span class="symbol">-></span> <span class="identifier">Deferred</span><span class="symbol"><</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">></span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR3, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR4, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/route">route</span><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> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.JoobyServiceManager.T, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR1, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR2, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR3, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR4, pl.treksoft.kvision.remote.JoobyServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.JoobyServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod)/method">method</span><span class="symbol">:</span> <a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a> <span class="symbol">=</span> RpcHttpMethod.POST<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>Binds a given route with a function of the receiver.</p> +</td> +</tr> +<tr> +<td> +<p><a href="call.html">call</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">call</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$call(pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String, kotlin.Function2((pl.treksoft.kvision.remote.Request, , kotlin.Unit)))/method">method</span><span class="symbol">:</span> <a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$call(pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String, kotlin.Function2((pl.treksoft.kvision.remote.Request, , kotlin.Unit)))/path">path</span><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><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$call(pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String, kotlin.Function2((pl.treksoft.kvision.remote.Request, , kotlin.Unit)))/handler">handler</span><span class="symbol">:</span> <span class="symbol">(</span><a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">,</span> <span class="identifier"><ERROR CLASS></span><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><span class="symbol">)</span><span class="symbol">: </span><a href="../-k-v-server/index.html"><span class="identifier">KVServer</span></a><span class="symbol">.</span><span class="symbol">(</span><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></td> +</tr> +<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> +<tr> +<td> +<p><a href="get-parameter.html">getParameter</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">></span> <span class="identifier">getParameter</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.JoobyServiceManager$getParameter(kotlin.String)/str">str</span><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><span class="symbol">)</span><span class="symbol">: </span><a href="get-parameter.html#T"><span class="identifier">T</span></a></code></td> +</tr> +</tbody> +</table> +<h3>Inherited Functions</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="../-service-manager/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>Companion Object Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-l-o-g.html">LOG</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">LOG</span><span class="symbol">: </span><span class="identifier"><ERROR CLASS></span></code></td> +</tr> +</tbody> +</table> +</BODY> +</HTML> diff --git a/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/mapper.html b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/mapper.html new file mode 100644 index 00000000..5940cbbc --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/mapper.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>JoobyServiceManager.mapper - 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">JoobyServiceManager</a> / <a href="./mapper.html">mapper</a><br/> +<br/> +<h1>mapper</h1> +<a name="pl.treksoft.kvision.remote.JoobyServiceManager$mapper"></a> +<code><span class="keyword">val </span><span class="identifier">mapper</span><span class="symbol">: </span><span class="identifier"><ERROR CLASS></span></code> +</BODY> +</HTML> diff --git a/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/routes.html b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/routes.html new file mode 100644 index 00000000..e4ca99be --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/routes.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>JoobyServiceManager.routes - 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">JoobyServiceManager</a> / <a href="./routes.html">routes</a><br/> +<br/> +<h1>routes</h1> +<a name="pl.treksoft.kvision.remote.JoobyServiceManager$routes"></a> +<code><span class="keyword">protected</span> <span class="keyword">val </span><span class="identifier">routes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html"><span class="identifier">MutableList</span></a><span class="symbol"><</span><a href="../-k-v-server/index.html"><span class="identifier">KVServer</span></a><span class="symbol">.</span><span class="symbol">(</span><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><span class="symbol">></span></code> +</BODY> +</HTML> diff --git a/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/service.html b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/service.html new file mode 100644 index 00000000..ab1f72c4 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-jooby-service-manager/service.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>JoobyServiceManager.service - 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">JoobyServiceManager</a> / <a href="./service.html">service</a><br/> +<br/> +<h1>service</h1> +<a name="pl.treksoft.kvision.remote.JoobyServiceManager$service"></a> +<code><span class="keyword">val </span><span class="identifier">service</span><span class="symbol">: </span><a href="index.html#T"><span class="identifier">T</span></a></code> +</BODY> +</HTML> |