| Package | Description |
|---|---|
| org.eclipse.microprofile.reactive.streams.operators |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProcessorBuilder<T,R>
A builder for a
Processor. |
interface |
PublisherBuilder<T>
A builder for a
Publisher. |
| Modifier and Type | Method and Description |
|---|---|
<R> ConnectingOperators<R> |
ConnectingOperators.via(org.reactivestreams.Processor<? super T,? extends R> processor)
Connect the outlet of this stream to the given
Processor. |
<R> ConnectingOperators<R> |
ConnectingOperators.via(ProcessorBuilder<? super T,? extends R> processorBuilder)
Connect the outlet of the
Publisher built by this builder to the given ProcessorBuilder. |
Copyright © 2019 Eclipse Foundation. All rights reserved.