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
/
DurablePromiseHandle
/
reject
reject
abstract
suspend
fun
reject
(
reason
:
String
)
Complete with failure the
DurablePromise
.
Parameters
reason
the rejection reason.
See also
Durable
Promise