| Package | Description |
|---|---|
| org.eclipse.microprofile.reactive.streams.operators |
| Modifier and Type | Method and Description |
|---|---|
CompletionSubscriber<T,R> |
SubscriberBuilder.build(ReactiveStreamsEngine engine)
Build this stream, using the supplied
ReactiveStreamsEngine. |
org.reactivestreams.Publisher<T> |
PublisherBuilder.buildRs(ReactiveStreamsEngine engine)
Build this stream, using the supplied
ReactiveStreamsEngine. |
org.reactivestreams.Processor<T,R> |
ProcessorBuilder.buildRs(ReactiveStreamsEngine engine)
Build this stream, using the supplied
ReactiveStreamsEngine. |
CompletionStage<T> |
CompletionRunner.run(ReactiveStreamsEngine engine)
Run this stream, using the supplied
ReactiveStreamsEngine. |
Copyright © 2019 Eclipse Foundation. All rights reserved.