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
/
SignalHandle
/
resolve
resolve
abstract
suspend
fun
<
T
:
Any
>
resolve
(
typeTag
:
TypeTag
<
T
>
,
payload
:
T
)
Resolve the signal with the given value.
Parameters
type
Tag
used to serialize the result payload.
payload
the result payload.