toggle menu
sdk-java
1.2.0
jvm
switch theme
search in API
sdk-common
/
dev.restate.sdk.client
/
Client
/
AwakeableHandle
/
rejectAsync
reject
Async
abstract
fun
rejectAsync
(
reason
:
String
,
options
:
RequestOptions
)
:
CompletableFuture
<
Void
>
Same as
reject
but async with options.
open
fun
rejectAsync
(
reason
:
String
)
:
CompletableFuture
<
Void
>
Same as
reject
but async.