Uses of Interface
io.helidon.common.reactive.Awaitable
Package
Description
Common reactive library for Helidon projects.
Health check support for Helidon DB Client.
-
Uses of Awaitable in io.helidon.common.reactive
Modifier and TypeInterfaceDescriptioninterface
Single<T>
Represents aFlow.Publisher
that may: signal one item then completes, complete without an item or signal an error.Modifier and TypeClassDescriptionclass
CompletionStage
wrapper enriched withAwaitable
.class
Single as CompletionStage. -
Uses of Awaitable in io.helidon.dbclient.health