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 interface
Single<T>
Represents aFlow.Publisher
that 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 class
CompletionAwaitable<T>
CompletionStage
wrapper enriched withAwaitable
.class
CompletionSingle<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.
-