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/-spring-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/-spring-service-manager')
15 files changed, 374 insertions, 0 deletions
diff --git a/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/-init-.html b/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/-init-.html new file mode 100644 index 00000000..59109334 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/-init-.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>SpringServiceManager.<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">SpringServiceManager</a> / <a href="./-init-.html"><init></a><br/> +<br/> +<h1><init></h1> +<a name="pl.treksoft.kvision.remote.SpringServiceManager$<init>(kotlin.reflect.KClass((pl.treksoft.kvision.remote.SpringServiceManager.T)))"></a> +<code><span class="identifier">SpringServiceManager</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.SpringServiceManager$<init>(kotlin.reflect.KClass((pl.treksoft.kvision.remote.SpringServiceManager.T)))/serviceClass">serviceClass</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/index.html"><span class="identifier">KClass</span></a><span class="symbol"><</span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">></span><span class="symbol">)</span></code> +<p>Multiplatform service manager for Spring Boot.</p> +</BODY> +</HTML> diff --git a/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/-l-o-g.html b/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/-l-o-g.html new file mode 100644 index 00000000..93bf5966 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/-l-o-g.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>SpringServiceManager.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">SpringServiceManager</a> / <a href="./-l-o-g.html">LOG</a><br/> +<br/> +<h1>LOG</h1> +<a name="pl.treksoft.kvision.remote.SpringServiceManager.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/-spring-service-manager/add-route.html b/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/add-route.html new file mode 100644 index 00000000..350bb643 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/add-route.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>SpringServiceManager.addRoute - 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">SpringServiceManager</a> / <a href="./add-route.html">addRoute</a><br/> +<br/> +<h1>addRoute</h1> +<a name="pl.treksoft.kvision.remote.SpringServiceManager$addRoute(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">addRoute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.SpringServiceManager$addRoute(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.SpringServiceManager$addRoute(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.SpringServiceManager$addRoute(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="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/-spring-service-manager/bind.html b/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/bind.html new file mode 100644 index 00000000..c128d916 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/bind.html @@ -0,0 +1,32 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>SpringServiceManager.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">SpringServiceManager</a> / <a href="./bind.html">bind</a><br/> +<br/> +<h1>bind</h1> +<a name="pl.treksoft.kvision.remote.SpringServiceManager$bind(kotlin.Function1((pl.treksoft.kvision.remote.SpringServiceManager.T, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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.SpringServiceManager$bind(kotlin.Function1((pl.treksoft.kvision.remote.SpringServiceManager.T, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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><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.SpringServiceManager$bind(kotlin.Function1((pl.treksoft.kvision.remote.SpringServiceManager.T, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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.SpringServiceManager$bind(kotlin.Function1((pl.treksoft.kvision.remote.SpringServiceManager.T, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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.SpringServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.SpringServiceManager.T, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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.SpringServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.SpringServiceManager.T, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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> <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.SpringServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.SpringServiceManager.T, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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.SpringServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.SpringServiceManager.T, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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.SpringServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.SpringServiceManager.T, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR1, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR2, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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.SpringServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.SpringServiceManager.T, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR1, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR2, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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> <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.SpringServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.SpringServiceManager.T, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR1, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR2, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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.SpringServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.SpringServiceManager.T, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR1, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR2, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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.SpringServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.SpringServiceManager.T, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR1, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR2, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR3, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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.SpringServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.SpringServiceManager.T, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR1, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR2, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR3, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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> <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.SpringServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.SpringServiceManager.T, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR1, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR2, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR3, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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.SpringServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.SpringServiceManager.T, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR1, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR2, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR3, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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.SpringServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.SpringServiceManager.T, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR1, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR2, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR3, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR4, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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.SpringServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.SpringServiceManager.T, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR1, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR2, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR3, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR4, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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> <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.SpringServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.SpringServiceManager.T, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR1, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR2, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR3, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR4, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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.SpringServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.SpringServiceManager.T, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR1, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR2, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR3, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR4, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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.SpringServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.SpringServiceManager.T, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR1, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR2, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR3, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR4, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR5, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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.SpringServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.SpringServiceManager.T, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR1, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR2, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR3, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR4, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR5, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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> <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.SpringServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.SpringServiceManager.T, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR1, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR2, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR3, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR4, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR5, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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.SpringServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.SpringServiceManager.T, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR1, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR2, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR3, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR4, pl.treksoft.kvision.remote.SpringServiceManager.bind.PAR5, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.SpringServiceManager.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/-spring-service-manager/calls.html b/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/calls.html new file mode 100644 index 00000000..65bee773 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/calls.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>SpringServiceManager.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">SpringServiceManager</a> / <a href="./calls.html">calls</a><br/> +<br/> +<h1>calls</h1> +<a name="pl.treksoft.kvision.remote.SpringServiceManager$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/-spring-service-manager/counter.html b/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/counter.html new file mode 100644 index 00000000..5343055f --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/counter.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>SpringServiceManager.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">SpringServiceManager</a> / <a href="./counter.html">counter</a><br/> +<br/> +<h1>counter</h1> +<a name="pl.treksoft.kvision.remote.SpringServiceManager$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/-spring-service-manager/delete-requests.html b/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/delete-requests.html new file mode 100644 index 00000000..e3e361dc --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/delete-requests.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>SpringServiceManager.deleteRequests - 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">SpringServiceManager</a> / <a href="./delete-requests.html">deleteRequests</a><br/> +<br/> +<h1>deleteRequests</h1> +<a name="pl.treksoft.kvision.remote.SpringServiceManager$deleteRequests"></a> +<code><span class="keyword">val </span><span class="identifier">deleteRequests</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> <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></code> +</BODY> +</HTML> diff --git a/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/get-calls.html b/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/get-calls.html new file mode 100644 index 00000000..f9e9f953 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/get-calls.html @@ -0,0 +1,16 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>SpringServiceManager.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">SpringServiceManager</a> / <a href="./get-calls.html">getCalls</a><br/> +<br/> +<h1>getCalls</h1> +<a name="pl.treksoft.kvision.remote.SpringServiceManager$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/-spring-service-manager/get-parameter.html b/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/get-parameter.html new file mode 100644 index 00000000..567b07b3 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/get-parameter.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>SpringServiceManager.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">SpringServiceManager</a> / <a href="./get-parameter.html">getParameter</a><br/> +<br/> +<h1>getParameter</h1> +<a name="pl.treksoft.kvision.remote.SpringServiceManager$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.SpringServiceManager$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> < |
