Class ReactiveStreamProvider

java.lang.Object
org.jboss.resteasy.plugins.providers.ReactiveStreamProvider
All Implemented Interfaces:
AsyncStreamProvider<org.reactivestreams.Publisher<?>>

public class ReactiveStreamProvider extends Object implements AsyncStreamProvider<org.reactivestreams.Publisher<?>>
  • Constructor Details

    • ReactiveStreamProvider

      public ReactiveStreamProvider()
  • Method Details

    • toAsyncStream

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