Uses of Interface
io.helidon.common.reactive.Awaitable
-
Packages that use Awaitable Package Description io.helidon.common.reactive Common reactive library for Helidon projects.io.helidon.dbclient.health Health check support for Helidon DB Client. -
-
Uses of Awaitable in io.helidon.common.reactive
Subinterfaces of Awaitable in io.helidon.common.reactive Modifier and Type Interface Description interfaceSingle<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 Awaitable Modifier and Type Class Description classCompletionAwaitable<T>CompletionStagewrapper enriched withAwaitable.classCompletionSingle<T>Single as CompletionStage. -
Uses of Awaitable in io.helidon.dbclient.health
Methods in io.helidon.dbclient.health that return Awaitable Modifier and Type Method Description protected abstract Awaitable<?>DbClientHealthCheck. execPing()Execute the ping statement.
-