Class CallDurableFuture<T>

java.lang.Object
dev.restate.sdk.DurableFuture<T>
dev.restate.sdk.CallDurableFuture<T>

public final class CallDurableFuture<T> extends DurableFuture<T>
DurableFuture returned by a call to another service.

You can retrieve the call invocation id using invocationId(), and you can cancel the invocation using cancel().