Class FluxProvider

java.lang.Object
org.jboss.resteasy.reactor.FluxProvider
All Implemented Interfaces:
AsyncStreamProvider<reactor.core.publisher.Flux<?>>

@Provider public class FluxProvider extends Object implements AsyncStreamProvider<reactor.core.publisher.Flux<?>>
  • Constructor Details

    • FluxProvider

      public FluxProvider()
  • Method Details

    • toAsyncStream

      public org.reactivestreams.Publisher<?> toAsyncStream(reactor.core.publisher.Flux<?> asyncResponse)
      Specified by:
      toAsyncStream in interface AsyncStreamProvider<reactor.core.publisher.Flux<?>>