From f23e74c2eb0cae2f6ce674881e86ab5d5659ad77 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 29 Jan 2019 23:41:38 +0100 Subject: API documentation for KVision 0.0.23 --- .../-k-v-service-manager/add-route.html | 4 ++-- .../-k-v-service-manager/call.html | 4 ++-- .../-k-v-service-manager/delete-requests.html | 2 +- .../-k-v-service-manager/index.html | 12 ++++++------ .../-k-v-service-manager/options-requests.html | 2 +- .../-k-v-service-manager/post-requests.html | 2 +- .../-k-v-service-manager/put-requests.html | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) (limited to 'api/pl.treksoft.kvision.remote/-k-v-service-manager') diff --git a/api/pl.treksoft.kvision.remote/-k-v-service-manager/add-route.html b/api/pl.treksoft.kvision.remote/-k-v-service-manager/add-route.html index fe7b0ff8..a144afab 100644 --- a/api/pl.treksoft.kvision.remote/-k-v-service-manager/add-route.html +++ b/api/pl.treksoft.kvision.remote/-k-v-service-manager/add-route.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.remote / KVServiceManager / addRoute

addRoute

- -fun addRoute(method: RpcHttpMethod, path: String, handler: (Request, <ERROR CLASS>) -> Unit): Unit + +fun addRoute(method: RpcHttpMethod, path: String, handler: (<ERROR CLASS>, <ERROR CLASS>) -> Unit): Unit diff --git a/api/pl.treksoft.kvision.remote/-k-v-service-manager/call.html b/api/pl.treksoft.kvision.remote/-k-v-service-manager/call.html index c241f29f..baed88fa 100644 --- a/api/pl.treksoft.kvision.remote/-k-v-service-manager/call.html +++ b/api/pl.treksoft.kvision.remote/-k-v-service-manager/call.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.remote / KVServiceManager / call

call

- -fun call(method: RpcHttpMethod, path: String, handler: (Request, <ERROR CLASS>) -> Unit): KVServer.() -> Unit + +fun call(method: RpcHttpMethod, path: String, handler: (<ERROR CLASS>, <ERROR CLASS>) -> Unit): KVServer.() -> Unit diff --git a/api/pl.treksoft.kvision.remote/-k-v-service-manager/delete-requests.html b/api/pl.treksoft.kvision.remote/-k-v-service-manager/delete-requests.html index efd6e9fa..a3a2efcc 100644 --- a/api/pl.treksoft.kvision.remote/-k-v-service-manager/delete-requests.html +++ b/api/pl.treksoft.kvision.remote/-k-v-service-manager/delete-requests.html @@ -9,6 +9,6 @@

deleteRequests

-val deleteRequests: MutableMap<String, (Request, <ERROR CLASS>) -> Unit> +val deleteRequests: MutableMap<String, (<ERROR CLASS>, <ERROR CLASS>) -> Unit> diff --git a/api/pl.treksoft.kvision.remote/-k-v-service-manager/index.html b/api/pl.treksoft.kvision.remote/-k-v-service-manager/index.html index c3d7aa1e..3e703de4 100644 --- a/api/pl.treksoft.kvision.remote/-k-v-service-manager/index.html +++ b/api/pl.treksoft.kvision.remote/-k-v-service-manager/index.html @@ -46,7 +46,7 @@

deleteRequests

-val deleteRequests: MutableMap<String, (Request, <ERROR CLASS>) -> Unit> +val deleteRequests: MutableMap<String, (<ERROR CLASS>, <ERROR CLASS>) -> Unit> @@ -60,21 +60,21 @@

optionsRequests

-val optionsRequests: MutableMap<String, (Request, <ERROR CLASS>) -> Unit> +val optionsRequests: MutableMap<String, (<ERROR CLASS>, <ERROR CLASS>) -> Unit>

postRequests

-val postRequests: MutableMap<String, (Request, <ERROR CLASS>) -> Unit> +val postRequests: MutableMap<String, (<ERROR CLASS>, <ERROR CLASS>) -> Unit>

putRequests

-val putRequests: MutableMap<String, (Request, <ERROR CLASS>) -> Unit> +val putRequests: MutableMap<String, (<ERROR CLASS>, <ERROR CLASS>) -> Unit> @@ -100,7 +100,7 @@

addRoute

-fun addRoute(method: RpcHttpMethod, path: String, handler: (Request, <ERROR CLASS>) -> Unit): Unit +fun addRoute(method: RpcHttpMethod, path: String, handler: (<ERROR CLASS>, <ERROR CLASS>) -> Unit): Unit @@ -133,7 +133,7 @@ Not used on the js platform.

call

-fun call(method: RpcHttpMethod, path: String, handler: (Request, <ERROR CLASS>) -> Unit): KVServer.() -> Unit +fun call(method: RpcHttpMethod, path: String, handler: (<ERROR CLASS>, <ERROR CLASS>) -> Unit): KVServer.() -> Unit diff --git a/api/pl.treksoft.kvision.remote/-k-v-service-manager/options-requests.html b/api/pl.treksoft.kvision.remote/-k-v-service-manager/options-requests.html index 186471fc..36fb3334 100644 --- a/api/pl.treksoft.kvision.remote/-k-v-service-manager/options-requests.html +++ b/api/pl.treksoft.kvision.remote/-k-v-service-manager/options-requests.html @@ -9,6 +9,6 @@

optionsRequests

-val optionsRequests: MutableMap<String, (Request, <ERROR CLASS>) -> Unit> +val optionsRequests: MutableMap<String, (<ERROR CLASS>, <ERROR CLASS>) -> Unit> diff --git a/api/pl.treksoft.kvision.remote/-k-v-service-manager/post-requests.html b/api/pl.treksoft.kvision.remote/-k-v-service-manager/post-requests.html index 3149cbbd..8022e055 100644 --- a/api/pl.treksoft.kvision.remote/-k-v-service-manager/post-requests.html +++ b/api/pl.treksoft.kvision.remote/-k-v-service-manager/post-requests.html @@ -9,6 +9,6 @@

postRequests

-val postRequests: MutableMap<String, (Request, <ERROR CLASS>) -> Unit> +val postRequests: MutableMap<String, (<ERROR CLASS>, <ERROR CLASS>) -> Unit> diff --git a/api/pl.treksoft.kvision.remote/-k-v-service-manager/put-requests.html b/api/pl.treksoft.kvision.remote/-k-v-service-manager/put-requests.html index f81562f7..4538803e 100644 --- a/api/pl.treksoft.kvision.remote/-k-v-service-manager/put-requests.html +++ b/api/pl.treksoft.kvision.remote/-k-v-service-manager/put-requests.html @@ -9,6 +9,6 @@

putRequests

-val putRequests: MutableMap<String, (Request, <ERROR CLASS>) -> Unit> +val putRequests: MutableMap<String, (<ERROR CLASS>, <ERROR CLASS>) -> Unit> -- cgit