Uses of Interface
io.helidon.common.reactive.Awaitable
Packages that use Awaitable
-
Uses of Awaitable in io.helidon.common.reactive
Subinterfaces of Awaitable in io.helidon.common.reactiveModifier and TypeInterfaceDescriptioninterface
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 AwaitableModifier and TypeClassDescriptionclass
CompletionStage
wrapper enriched withAwaitable
.class
Single as CompletionStage.