public class DefaultSubscriberWithCompletionStage<T,R> extends Object implements org.eclipse.microprofile.reactive.streams.operators.spi.SubscriberWithCompletionStage<T,R>
| Constructor and Description |
|---|
DefaultSubscriberWithCompletionStage(org.reactivestreams.Processor<T,T> processor,
CompletionStage<R> result) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<R> |
getCompletion() |
org.reactivestreams.Subscriber<T> |
getSubscriber() |
public DefaultSubscriberWithCompletionStage(org.reactivestreams.Processor<T,T> processor, CompletionStage<R> result)
public CompletionStage<R> getCompletion()
Copyright © 2019–2020 SmallRye. All rights reserved.