Class CouplingProcessor<I,O>

java.lang.Object
io.smallrye.mutiny.streams.utils.CouplingProcessor<I,O>
All Implemented Interfaces:
org.reactivestreams.Publisher<O>

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

    • CouplingProcessor

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

    • subscribe

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