public static class MultiMapOp.MapProcessor<I,O> extends MultiOperatorProcessor<I,O>
downstream, upstream| Constructor and Description |
|---|
MapProcessor(MultiSubscriber<? super O> actual,
Function<? super I,? extends O> mapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
onItem(I item)
Method called when the upstream emits an
item event, in response to to requests to
Subscription.request(long). |
cancel, isCancelled, isDone, onCompletion, onFailure, onSubscribe, requestclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonComplete, onError, onNextpublic MapProcessor(MultiSubscriber<? super O> actual, Function<? super I,? extends O> mapper)
public void onItem(I item)
MultiSubscriberitem event, in response to to requests to
Subscription.request(long).onItem in interface MultiSubscriber<I>onItem in class MultiOperatorProcessor<I,O>item - the item, must not be null.Copyright © 2019–2020 SmallRye. All rights reserved.