kvision-server-micronaut
5.11.0
jvm
kvision-server-micronaut
/
io.kvision.remote
/
KVController
KVController
jvm
open
class
KVController
Content copied to clipboard
Controller for handling automatic routes.
Constructors
Functions
Properties
Constructors
KVController
Link copied to clipboard
jvm
fun
KVController
(
)
Content copied to clipboard
Functions
delete
Link copied to clipboard
jvm
suspend
fun
delete
(
path
:
String
?
,
request
:
<ERROR CLASS>
<
out
<ERROR CLASS>
>
,
body
:
<ERROR CLASS>
)
:
<ERROR CLASS>
<
String
>
Content copied to clipboard
get
Link copied to clipboard
jvm
suspend
fun
get
(
path
:
String
?
,
request
:
<ERROR CLASS>
<
out
<ERROR CLASS>
>
)
:
<ERROR CLASS>
<
String
>
Content copied to clipboard
init
Link copied to clipboard
jvm
fun
init
(
)
Content copied to clipboard
options
Link copied to clipboard
jvm
suspend
fun
options
(
path
:
String
?
,
request
:
<ERROR CLASS>
<
out
<ERROR CLASS>
>
,
body
:
<ERROR CLASS>
)
:
<ERROR CLASS>
<
String
>
Content copied to clipboard
post
Link copied to clipboard
jvm
suspend
fun
post
(
path
:
String
?
,
request
:
<ERROR CLASS>
<
out
<ERROR CLASS>
>
,
body
:
<ERROR CLASS>
)
:
<ERROR CLASS>
<
String
>
Content copied to clipboard
put
Link copied to clipboard
jvm
suspend
fun
put
(
path
:
String
?
,
request
:
<ERROR CLASS>
<
out
<ERROR CLASS>
>
,
body
:
<ERROR CLASS>
)
:
<ERROR CLASS>
<
String
>
Content copied to clipboard
Properties
applicationContext
Link copied to clipboard
jvm
lateinit
var
applicationContext
:
<ERROR CLASS>
Content copied to clipboard
kvManagers
Link copied to clipboard
jvm
lateinit
var
kvManagers
:
KVManagers
Content copied to clipboard