Class ReactiveStreamsAdapter


  • @Deprecated
    public final class ReactiveStreamsAdapter
    extends Object
    Deprecated.
    This class will be removed in the next major release.
    Static utility methods for converting between Helidon reactive API Flow and reactive-streams.
    • Method Detail

      • publisherFromFlow

        public static <T> reactor.core.publisher.Flux<T> publisherFromFlow​(Flow.Publisher<T> publisher)
        Deprecated.
        Return a Publisher from a Flow.Publisher.
        Type Parameters:
        T - the type of the publisher
        Parameters:
        publisher - the source Publisher to convert
        Returns:
        a Flux