Uses of Class
org.eclipse.microprofile.reactive.streams.operators.spi.UnsupportedStageException
Packages that use UnsupportedStageException
Package
Description
The Reactive Streams utils SPI.
-
Uses of UnsupportedStageException in org.eclipse.microprofile.reactive.streams.operators.spi
Methods in org.eclipse.microprofile.reactive.streams.operators.spi that throw UnsupportedStageExceptionModifier and TypeMethodDescription<T> CompletionStage<T>ReactiveStreamsEngine.buildCompletion(Graph graph) Build a closed graph from the given stages.<T,R> org.reactivestreams.Processor<T, R> ReactiveStreamsEngine.buildProcessor(Graph graph) Build aProcessorfrom the given stages.<T> org.reactivestreams.Publisher<T>ReactiveStreamsEngine.buildPublisher(Graph graph) Build aPublisherfrom the given stages.<T,R> SubscriberWithCompletionStage<T, R> ReactiveStreamsEngine.buildSubscriber(Graph graph) Build aSubscriberfrom the given stages.