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>
-
Constructor Summary
ConstructorsConstructorDescriptionCouplingProcessor(org.reactivestreams.Publisher<I> source, org.reactivestreams.Subscriber<I> subscriber, org.reactivestreams.Publisher<O> publisher) -
Method Summary
-
Constructor Details
-
CouplingProcessor
-
-
Method Details
-
subscribe
- Specified by:
subscribein interfaceorg.reactivestreams.Publisher<I>
-