Class CouplingProcessor<I,​O>

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

    public class CouplingProcessor<I,​O>
    extends Object
    implements org.reactivestreams.Publisher<O>
    • Constructor Detail

      • CouplingProcessor

        public CouplingProcessor​(org.reactivestreams.Publisher<I> source,
                                 org.reactivestreams.Subscriber<I> subscriber,
                                 org.reactivestreams.Publisher<O> publisher)
    • Method Detail

      • subscribe

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