Package io.smallrye.mutiny.streams.utils
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 java.lang.Object implements org.reactivestreams.Publisher<O>
-
-
Constructor Summary
Constructors Constructor Description CouplingProcessor(org.reactivestreams.Publisher<I> source, org.reactivestreams.Subscriber<I> subscriber, org.reactivestreams.Publisher<O> publisher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsubscribe(org.reactivestreams.Subscriber<? super O> subscriber)
-