aboutsummaryrefslogtreecommitdiff
path: root/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager
diff options
context:
space:
mode:
Diffstat (limited to 'api/kvision/pl.treksoft.kvision.remote/-spring-service-manager')
-rw-r--r--api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/-init-.html15
-rw-r--r--api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/-l-o-g.html14
-rw-r--r--api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/add-route.html14
-rw-r--r--api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/bind.html32
-rw-r--r--api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/calls.html14
-rw-r--r--api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/counter.html14
-rw-r--r--api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/delete-requests.html14
-rw-r--r--api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/get-calls.html16
-rw-r--r--api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/get-parameter.html14
-rw-r--r--api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/index.html157
-rw-r--r--api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/mapper.html14
-rw-r--r--api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/options-requests.html14
-rw-r--r--api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/post-requests.html14
-rw-r--r--api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/put-requests.html14
-rw-r--r--api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/service-class.html14
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>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="index.html">SpringServiceManager</a>&nbsp;/&nbsp;<a href="./-init-.html">&lt;init&gt;</a><br/>
+<br/>
+<h1>&lt;init&gt;</h1>
+<a name="pl.treksoft.kvision.remote.SpringServiceManager$&lt;init&gt;(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>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/index.html"><span class="identifier">KClass</span></a><span class="symbol">&lt;</span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">&gt;</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>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="index.html">SpringServiceManager</a>&nbsp;/&nbsp;<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">&lt;ERROR CLASS&gt;</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>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="index.html">SpringServiceManager</a>&nbsp;/&nbsp;<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>&nbsp;<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>&nbsp;<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>&nbsp;<span class="symbol">(</span><a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">&lt;ERROR CLASS&gt;</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="index.html">SpringServiceManager</a>&nbsp;/&nbsp;<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">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">RET</span><span class="symbol">&gt;</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>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</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>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;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>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a>&nbsp;<span class="symbol">=</span>&nbsp;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">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">RET</span><span class="symbol">&gt;</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>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</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>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;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>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a>&nbsp;<span class="symbol">=</span>&nbsp;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">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR1</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR2</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">RET</span><span class="symbol">&gt;</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>&nbsp;<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>&nbsp;<a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</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>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;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>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a>&nbsp;<span class="symbol">=</span>&nbsp;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">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR1</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR2</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR3</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">RET</span><span class="symbol">&gt;</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>&nbsp;<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>&nbsp;<a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR3"><span class="identifier">PAR3</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</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>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;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>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a>&nbsp;<span class="symbol">=</span>&nbsp;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">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR1</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR2</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR3</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR4</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">RET</span><span class="symbol">&gt;</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>&nbsp;<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>&nbsp;<a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR3"><span class="identifier">PAR3</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR4"><span class="identifier">PAR4</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</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>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;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>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a>&nbsp;<span class="symbol">=</span>&nbsp;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">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR1</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR2</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR3</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR4</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR5</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">RET</span><span class="symbol">&gt;</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>&nbsp;<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>&nbsp;<a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR3"><span class="identifier">PAR3</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR4"><span class="identifier">PAR4</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR5"><span class="identifier">PAR5</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</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>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;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>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a>&nbsp;<span class="symbol">=</span>&nbsp;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>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="index.html">SpringServiceManager</a>&nbsp;/&nbsp;<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">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html"><span class="identifier">Pair</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a><span class="symbol">&gt;</span><span class="symbol">&gt;</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>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="index.html">SpringServiceManager</a>&nbsp;/&nbsp;<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>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="index.html">SpringServiceManager</a>&nbsp;/&nbsp;<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">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<span class="symbol">(</span><a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">&lt;ERROR CLASS&gt;</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">&gt;</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>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="index.html">SpringServiceManager</a>&nbsp;/&nbsp;<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">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html"><span class="identifier">Pair</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a><span class="symbol">&gt;</span><span class="symbol">&gt;</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>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="index.html">SpringServiceManager</a>&nbsp;/&nbsp;<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">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">T</span><span class="symbol">&gt;</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>&nbsp;<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/-spring-service-manager/index.html b/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/index.html
new file mode 100644
index 00000000..1b3f1639
--- /dev/null
+++ b/api/kvision/pl.treksoft.kvision.remote/-spring-service-manager/index.html
@@ -0,0 +1,157 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SpringServiceManager - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="./index.html">SpringServiceManager</a><br/>
+<br/>
+<h1>SpringServiceManager</h1>
+<code><span class="keyword">open</span> <span class="keyword">expect</span> <span class="keyword">class </span><span class="identifier">SpringServiceManager</span><span class="symbol">&lt;</span><span class="identifier">T</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">&gt;</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../-service-manager/index.html"><span class="identifier">ServiceManager</span></a></code>
+<p>Multiplatform service manager for Spring Boot.</p>