MultipazProject
Toggle table of contents
common
javaShared
Platform filter
common
javaShared
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.rpc.backend
/
BackendEnvironment
/
Companion
Companion
object
Companion
Members
Members & Extensions
Properties
EMPTY
Link copied to clipboard
val
EMPTY
:
BackendEnvironment
Functions
cache
Link copied to clipboard
javaShared
suspend
fun
<
ResourceT
:
Any
>
BackendEnvironment.Companion
.
cache
(
clazz
:
KClass
<
ResourceT
>
,
key
:
Any
=
""
,
factory
:
suspend
(
Configuration
,
Resources
)
->
ResourceT
)
:
ResourceT
get
Link copied to clipboard
fun
get
(
coroutineContext
:
CoroutineContext
)
:
BackendEnvironment
get
Interface
Link copied to clipboard
suspend
fun
<
T
:
Any
>
getInterface
(
clazz
:
KClass
<
T
>
)
:
T
?
get
Table
Link copied to clipboard
suspend
fun
BackendEnvironment.Companion
.
getTable
(
tableSpec
:
StorageTableSpec
)
:
StorageTable