public class Engine extends Object implements org.eclipse.microprofile.reactive.streams.operators.spi.ReactiveStreamsEngine
| Constructor and Description |
|---|
Engine() |
| Modifier and Type | Method and Description |
|---|---|
<T> CompletionStage<T> |
buildCompletion(org.eclipse.microprofile.reactive.streams.operators.spi.Graph graph) |
<T,R> org.reactivestreams.Processor<T,R> |
buildProcessor(org.eclipse.microprofile.reactive.streams.operators.spi.Graph graph) |
<T> org.reactivestreams.Publisher<T> |
buildPublisher(org.eclipse.microprofile.reactive.streams.operators.spi.Graph graph) |
<T,R> org.eclipse.microprofile.reactive.streams.operators.spi.SubscriberWithCompletionStage<T,R> |
buildSubscriber(org.eclipse.microprofile.reactive.streams.operators.spi.Graph graph) |
public <T> org.reactivestreams.Publisher<T> buildPublisher(org.eclipse.microprofile.reactive.streams.operators.spi.Graph graph)
buildPublisher in interface org.eclipse.microprofile.reactive.streams.operators.spi.ReactiveStreamsEnginepublic <T,R> org.eclipse.microprofile.reactive.streams.operators.spi.SubscriberWithCompletionStage<T,R> buildSubscriber(org.eclipse.microprofile.reactive.streams.operators.spi.Graph graph)
buildSubscriber in interface org.eclipse.microprofile.reactive.streams.operators.spi.ReactiveStreamsEnginepublic <T,R> org.reactivestreams.Processor<T,R> buildProcessor(org.eclipse.microprofile.reactive.streams.operators.spi.Graph graph)
buildProcessor in interface org.eclipse.microprofile.reactive.streams.operators.spi.ReactiveStreamsEnginepublic <T> CompletionStage<T> buildCompletion(org.eclipse.microprofile.reactive.streams.operators.spi.Graph graph)
buildCompletion in interface org.eclipse.microprofile.reactive.streams.operators.spi.ReactiveStreamsEngineCopyright © 2018–2019 SmallRye. All rights reserved.