public final class NoopSubscription extends Object implements org.reactivestreams.Subscription
Subscription that does nothing.
 
 Useful in situations where a Publisher needs to
 signal onError or onComplete immediately after
 subscribe() but but it needs to signalonSubscription first.
| Constructor and Description | 
|---|
NoopSubscription(org.reactivestreams.Subscriber<?> subscriber)  | 
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.