Uses of Interface
org.eclipse.microprofile.reactive.streams.operators.CompletionSubscriber
Packages that use CompletionSubscriber
Package
Description
MicroProfile Reactive Streams Operators.
-
Uses of CompletionSubscriber in org.eclipse.microprofile.reactive.streams.operators
Methods in org.eclipse.microprofile.reactive.streams.operators that return CompletionSubscriberModifier and TypeMethodDescriptionSubscriberBuilder.build()Build this stream, using the firstReactiveStreamsEnginefound by theServiceLoader.SubscriberBuilder.build(ReactiveStreamsEngine engine) Build this stream, using the suppliedReactiveStreamsEngine.static <T,R> CompletionSubscriber<T, R> CompletionSubscriber.of(org.reactivestreams.Subscriber<T> subscriber, CompletionStage<R> completion) Create aCompletionSubscriberby combining the given subscriber and completion stage.