sdk-java
Toggle table of contents
2.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sdk-java
sdk-api-kotlin
/
dev.restate.sdk.kotlin
/
resolve
resolve
inline suspend
fun
<
T
:
Any
>
AwakeableHandle
.
resolve
(
payload
:
T
)
Complete with success the
Awakeable
.
Parameters
payload
the result payload.
See also
Awakeable
inline suspend
fun
<
T
:
Any
>
SignalHandle
.
resolve
(
payload
:
T
)
Resolve the signal with the given value.