Uses of Interface
io.helidon.common.reactive.Flow.Publisher
-
Packages that use Flow.Publisher Package Description io.helidon.common.reactive Common reactive library for Helidon projects.io.helidon.common.reactive.valve Reactive utilities for Helidon projects. -
-
Uses of Flow.Publisher in io.helidon.common.reactive
Subinterfaces of Flow.Publisher in io.helidon.common.reactive Modifier and Type Interface Description static interfaceFlow.Processor<T,R>A component that acts as both a Subscriber and Publisher.Classes in io.helidon.common.reactive that implement Flow.Publisher Modifier and Type Class Description classOutputStreamPublisherOutput stream thatpublishesany data written to it asByteBufferevents.classSubmissionPublisher<T>AFlow.Publisherthat asynchronously issues submitted (non-null) items to current subscribers until it is closed.Methods in io.helidon.common.reactive that return Flow.Publisher Modifier and Type Method Description static <T> Flow.Publisher<T>ReactiveStreamsAdapter. publisherToFlow(Publisher<T> publisher)Return aFlow.Publisherfrom aPublisher.Methods in io.helidon.common.reactive with parameters of type Flow.Publisher Modifier and Type Method Description static <T> reactor.core.publisher.Flux<T>ReactiveStreamsAdapter. publisherFromFlow(Flow.Publisher<T> publisher)Return aPublisherfrom aFlow.Publisher. -
Uses of Flow.Publisher in io.helidon.common.reactive.valve
Methods in io.helidon.common.reactive.valve that return Flow.Publisher Modifier and Type Method Description default Flow.Publisher<T>Valve. toPublisher()Transforms thisValveintoFlow.Publisherrepresentation.Methods in io.helidon.common.reactive.valve with parameters of type Flow.Publisher Modifier and Type Method Description static <T> Valve<T>Valves. from(Flow.Publisher<T> publisher)Creates aValveinstance from providedFlow.Publisher.
-