Class UniToMultiPublisher<T>

  • All Implemented Interfaces:
    org.reactivestreams.Publisher<T>

    public final class UniToMultiPublisher<T>
    extends java.lang.Object
    implements org.reactivestreams.Publisher<T>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void subscribe​(org.reactivestreams.Subscriber<? super T> downstream)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UniToMultiPublisher

        public UniToMultiPublisher​(Uni<T> uni)
    • Method Detail

      • subscribe

        public void subscribe​(org.reactivestreams.Subscriber<? super T> downstream)
        Specified by:
        subscribe in interface org.reactivestreams.Publisher<T>