Class DefaultSubscriberWithCompletionStage<T,​R>

  • All Implemented Interfaces:
    org.eclipse.microprofile.reactive.streams.operators.spi.SubscriberWithCompletionStage<T,​R>

    public class DefaultSubscriberWithCompletionStage<T,​R>
    extends java.lang.Object
    implements org.eclipse.microprofile.reactive.streams.operators.spi.SubscriberWithCompletionStage<T,​R>
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultSubscriberWithCompletionStage​(org.reactivestreams.Processor<T,​T> processor, java.util.concurrent.CompletionStage<R> result)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletionStage<R> getCompletion()  
      org.reactivestreams.Subscriber<T> getSubscriber()  
      • Methods inherited from class java.lang.Object

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

      • DefaultSubscriberWithCompletionStage

        public DefaultSubscriberWithCompletionStage​(org.reactivestreams.Processor<T,​T> processor,
                                                    java.util.concurrent.CompletionStage<R> result)
    • Method Detail

      • getCompletion

        public java.util.concurrent.CompletionStage<R> getCompletion()
        Specified by:
        getCompletion in interface org.eclipse.microprofile.reactive.streams.operators.spi.SubscriberWithCompletionStage<T,​R>
      • getSubscriber

        public org.reactivestreams.Subscriber<T> getSubscriber()
        Specified by:
        getSubscriber in interface org.eclipse.microprofile.reactive.streams.operators.spi.SubscriberWithCompletionStage<T,​R>