public class CouplingProcessor<I,O> extends Object implements org.reactivestreams.Publisher<O>
Constructor and Description |
---|
CouplingProcessor(org.reactivestreams.Publisher<I> source,
org.reactivestreams.Subscriber<I> subscriber,
org.reactivestreams.Publisher<O> publisher) |
Modifier and Type | Method and Description |
---|---|
void |
subscribe(org.reactivestreams.Subscriber<? super O> subscriber) |
Copyright © 2018–2019 SmallRye. All rights reserved.