Uses of Interface
io.helidon.common.reactive.Awaitable
Packages that use Awaitable
Package
Description
Common reactive library for Helidon projects.
Health check support for Helidon DB Client.
-
Uses of Awaitable in io.helidon.common.reactive
Subinterfaces of Awaitable in io.helidon.common.reactiveModifier and TypeInterfaceDescriptioninterfaceSingle<T>Represents aFlow.Publisherthat may: signal one item then completes, complete without an item or signal an error.Classes in io.helidon.common.reactive that implement AwaitableModifier and TypeClassDescriptionclassCompletionStagewrapper enriched withAwaitable.classSingle as CompletionStage. -
Uses of Awaitable in io.helidon.dbclient.health
Methods in io.helidon.dbclient.health that return Awaitable