From a81c549e277d1a07e87cf8e2eecf89662deda323 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 23 Dec 2018 01:32:27 +0100 Subject: API documentation for KVision 0.0.22 --- .../-spring-remote-agent/-init-.html | 15 ----- .../-spring-remote-agent/call-agent.html | 14 ----- .../-spring-remote-agent/call.html | 37 ----------- .../-spring-remote-agent/index.html | 72 ---------------------- .../-spring-remote-agent/service-manager.html | 14 ----- 5 files changed, 152 deletions(-) delete mode 100644 api/pl.treksoft.kvision.remote/-spring-remote-agent/-init-.html delete mode 100644 api/pl.treksoft.kvision.remote/-spring-remote-agent/call-agent.html delete mode 100644 api/pl.treksoft.kvision.remote/-spring-remote-agent/call.html delete mode 100644 api/pl.treksoft.kvision.remote/-spring-remote-agent/index.html delete mode 100644 api/pl.treksoft.kvision.remote/-spring-remote-agent/service-manager.html (limited to 'api/pl.treksoft.kvision.remote/-spring-remote-agent') diff --git a/api/pl.treksoft.kvision.remote/-spring-remote-agent/-init-.html b/api/pl.treksoft.kvision.remote/-spring-remote-agent/-init-.html deleted file mode 100644 index 6d8b71c8..00000000 --- a/api/pl.treksoft.kvision.remote/-spring-remote-agent/-init-.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -SpringRemoteAgent.<init> - kvision - - - -kvision / pl.treksoft.kvision.remote / SpringRemoteAgent / <init>
-
-

<init>

- -SpringRemoteAgent(serviceManager: SpringServiceManager<T>) -

Client side agent for JSON-RPC remote calls with Spring Boot.

- - diff --git a/api/pl.treksoft.kvision.remote/-spring-remote-agent/call-agent.html b/api/pl.treksoft.kvision.remote/-spring-remote-agent/call-agent.html deleted file mode 100644 index 932eea7b..00000000 --- a/api/pl.treksoft.kvision.remote/-spring-remote-agent/call-agent.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -SpringRemoteAgent.callAgent - kvision - - - -kvision / pl.treksoft.kvision.remote / SpringRemoteAgent / callAgent
-
-

callAgent

- -val callAgent: CallAgent - - diff --git a/api/pl.treksoft.kvision.remote/-spring-remote-agent/call.html b/api/pl.treksoft.kvision.remote/-spring-remote-agent/call.html deleted file mode 100644 index 5b9ec2f1..00000000 --- a/api/pl.treksoft.kvision.remote/-spring-remote-agent/call.html +++ /dev/null @@ -1,37 +0,0 @@ - - - -SpringRemoteAgent.call - kvision - - - -kvision / pl.treksoft.kvision.remote / SpringRemoteAgent / call
-
-

call

- -inline fun <reified RET : Any, T> call(noinline function: T.() -> Deferred<RET>): Deferred<RET>
- -inline fun <reified RET : Any, T> call(noinline function: T.() -> Deferred<List<RET>>): Deferred<List<RET>>
- -inline fun <reified PAR, reified RET : Any, T> call(noinline function: T.(PAR) -> Deferred<RET>, p: PAR): Deferred<RET>
- -inline fun <reified PAR, reified RET : Any, T> call(noinline function: T.(PAR) -> Deferred<List<RET>>, p: PAR): Deferred<List<RET>>
- -inline fun <reified PAR1, reified PAR2, reified RET : Any, T> call(noinline function: T.(PAR1, PAR2) -> Deferred<RET>, p1: PAR1, p2: PAR2): Deferred<RET>
- -inline fun <reified PAR1, reified PAR2, reified RET : Any, T> call(noinline function: T.(PAR1, PAR2) -> Deferred<List<RET>>, p1: PAR1, p2: PAR2): Deferred<List<RET>>
- -inline fun <reified PAR1, reified PAR2, reified PAR3, reified RET : Any, T> call(noinline function: T.(PAR1, PAR2, PAR3) -> Deferred<RET>, p1: PAR1, p2: PAR2, p3: PAR3): Deferred<RET>
- -inline fun <reified PAR1, reified PAR2, reified PAR3, reified RET : Any, T> call(noinline function: T.(PAR1, PAR2, PAR3) -> Deferred<List<RET>>, p1: PAR1, p2: PAR2, p3: PAR3): Deferred<List<RET>>
- -inline fun <reified PAR1, reified PAR2, reified PAR3, reified PAR4, reified RET : Any, T> call(noinline function: T.(PAR1, PAR2, PAR3, PAR4) -> Deferred<RET>, p1: PAR1, p2: PAR2, p3: PAR3, p4: PAR4): Deferred<RET>
- -inline fun <reified PAR1, reified PAR2, reified PAR3, reified PAR4, reified RET : Any, T> call(noinline function: T.(PAR1, PAR2, PAR3, PAR4) -> Deferred<List<RET>>, p1: PAR1, p2: PAR2, p3: PAR3, p4: PAR4): Deferred<List<RET>>
- -inline fun <reified PAR1, reified PAR2, reified PAR3, reified PAR4, reified PAR5, reified RET : Any, T> call(noinline function: T.(PAR1, PAR2, PAR3, PAR4, PAR5) -> Deferred<RET>, p1: PAR1, p2: PAR2, p3: PAR3, p4: PAR4, p5: PAR5): Deferred<RET>
- -inline fun <reified PAR1, reified PAR2, reified PAR3, reified PAR4, reified PAR5, reified RET : Any, T> call(noinline function: T.(PAR1, PAR2, PAR3, PAR4, PAR5) -> Deferred<List<RET>>, p1: PAR1, p2: PAR2, p3: PAR3, p4: PAR4, p5: PAR5): Deferred<List<RET>> -

Executes defined call to a remote web service.

- - diff --git a/api/pl.treksoft.kvision.remote/-spring-remote-agent/index.html b/api/pl.treksoft.kvision.remote/-spring-remote-agent/index.html deleted file mode 100644 index 98110ab6..00000000 --- a/api/pl.treksoft.kvision.remote/-spring-remote-agent/index.html +++ /dev/null @@ -1,72 +0,0 @@ - - - -SpringRemoteAgent - kvision - - - -kvision / pl.treksoft.kvision.remote / SpringRemoteAgent
-
-

SpringRemoteAgent

-open class SpringRemoteAgent<T : Any> : RemoteAgent -

Client side agent for JSON-RPC remote calls with Spring Boot.

-

Constructors

- - - - - - - -
-

<init>

-
-SpringRemoteAgent(serviceManager: SpringServiceManager<T>) -

Client side agent for JSON-RPC remote calls with Spring Boot.

-
-

Properties

- - - - - - - - - - - -
-

callAgent

-
-val callAgent: CallAgent
-

serviceManager

-
-val serviceManager: SpringServiceManager<T>
-

Functions

- - - - - - - -
-

call

-
-fun <RET : Any, T> call(function: T.() -> Deferred<RET>): Deferred<RET>
-fun <RET : Any, T> call(function: T.() -> Deferred<List<RET>>): Deferred<List<RET>>
-fun <PAR, RET : Any, T> call(function: T.(PAR) -> Deferred<RET>, p: PAR): Deferred<RET>
-fun <PAR, RET : Any, T> call(function: T.(PAR) -> Deferred<List<RET>>, p: PAR): Deferred<List<RET>>
-fun <PAR1, PAR2, RET : Any, T> call(function: T.(PAR1, PAR2) -> Deferred<RET>, p1: PAR1, p2: PAR2): Deferred<RET>
-fun <PAR1, PAR2, RET : Any, T> call(function: T.(PAR1, PAR2) -> Deferred<List<RET>>, p1: PAR1, p2: PAR2): Deferred<List<RET>>
-fun <PAR1, PAR2, PAR3, RET : Any, T> call(function: T.(PAR1, PAR2, PAR3) -> Deferred<RET>, p1: PAR1, p2: PAR2, p3: PAR3): Deferred<RET>
-fun <PAR1, PAR2, PAR3, RET : Any, T> call(function: T.(PAR1, PAR2, PAR3) -> Deferred<List<RET>>, p1: PAR1, p2: PAR2, p3: PAR3): Deferred<List<RET>>
-fun <PAR1, PAR2, PAR3, PAR4, RET : Any, T> call(function: T.(PAR1, PAR2, PAR3, PAR4) -> Deferred<RET>, p1: PAR1, p2: PAR2, p3: PAR3, p4: PAR4): Deferred<RET>
-fun <PAR1, PAR2, PAR3, PAR4, RET : Any, T> call(function: T.(PAR1, PAR2, PAR3, PAR4) -> Deferred<List<RET>>, p1: PAR1, p2: PAR2, p3: PAR3, p4: PAR4): Deferred<List<RET>>
-fun <PAR1, PAR2, PAR3, PAR4, PAR5, RET : Any, T> call(function: T.(PAR1, PAR2, PAR3, PAR4, PAR5) -> Deferred<RET>, p1: PAR1, p2: PAR2, p3: PAR3, p4: PAR4, p5: PAR5): Deferred<RET>
-fun <PAR1, PAR2, PAR3, PAR4, PAR5, RET : Any, T> call(function: T.(PAR1, PAR2, PAR3, PAR4, PAR5) -> Deferred<List<RET>>, p1: PAR1, p2: PAR2, p3: PAR3, p4: PAR4, p5: PAR5): Deferred<List<RET>> -

Executes defined call to a remote web service.

-
- - diff --git a/api/pl.treksoft.kvision.remote/-spring-remote-agent/service-manager.html b/api/pl.treksoft.kvision.remote/-spring-remote-agent/service-manager.html deleted file mode 100644 index c8bb5c61..00000000 --- a/api/pl.treksoft.kvision.remote/-spring-remote-agent/service-manager.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -SpringRemoteAgent.serviceManager - kvision - - - -kvision / pl.treksoft.kvision.remote / SpringRemoteAgent / serviceManager
-
-

serviceManager

- -val serviceManager: SpringServiceManager<T> - - -- cgit