Class DefaultSubscriberWithCompletionStage<T,R>
- java.lang.Object
-
- io.smallrye.mutiny.jakarta.streams.utils.DefaultSubscriberWithCompletionStage<T,R>
-
- All Implemented Interfaces:
org.eclipse.microprofile.reactive.streams.operators.spi.SubscriberWithCompletionStage<T,R>
public class DefaultSubscriberWithCompletionStage<T,R> extends java.lang.Object implements org.eclipse.microprofile.reactive.streams.operators.spi.SubscriberWithCompletionStage<T,R>
-
-
Constructor Summary
Constructors Constructor Description DefaultSubscriberWithCompletionStage(org.reactivestreams.Processor<T,T> processor, java.util.concurrent.CompletionStage<R> result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletionStage<R>getCompletion()org.reactivestreams.Subscriber<T>getSubscriber()
-
-
-
Method Detail
-
getCompletion
public java.util.concurrent.CompletionStage<R> getCompletion()
-
-