Package dev.restate.sdk
Interface AwakeableHandle
-
public interface AwakeableHandleThis class represents a handle to anAwakeablecreated in another service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreject(java.lang.String reason)Complete with failure theAwakeable.<T> voidresolve(dev.restate.sdk.common.Serde<T> serde, T payload)Complete with success theAwakeable.
-
-
-
Method Detail
-
resolve
<T> void resolve(dev.restate.sdk.common.Serde<T> serde, @Nonnull T payload)Complete with success theAwakeable.
-
-