AwakeableHandle
interface AwakeableHandle
This class represents a handle to an Awakeable. It can be used to complete awakeables from the ingress
Functions
Link copied to clipboard
Same as resolve but async.
abstract fun <T> resolveAsync(serde: Serde<T>, @NonNull payload: @NonNull T, options: RequestOptions): CompletableFuture<Void>
Same as resolve but async with options.