sdk-java
Toggle table of contents
2.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sdk-java
sdk-core
/
dev.restate.sdk.core
/
UnresolvedFuture
Unresolved
Future
interface
UnresolvedFuture
Members
Types
Kind
Link copied to clipboard
enum
Kind
Await-tree node kind, walked by the state machine to encode the
do_await
request.
Functions
combinator
Children
Link copied to clipboard
abstract
fun
combinatorChildren
(
)
:
List
<
out
UnresolvedFuture
>
Child await nodes; empty for a
SINGLE
leaf.
is
Done
Link copied to clipboard
abstract
fun
isDone
(
)
:
Boolean
kind
Link copied to clipboard
abstract
fun
kind
(
)
:
UnresolvedFuture.Kind
This await node's combinator kind;
SINGLE
for a leaf.
single
Handle
Link copied to clipboard
abstract
fun
singleHandle
(
)
:
Int
The notification handle; valid only when
kind
is
SINGLE
.