public final class EmptySubscription extends Object implements org.reactivestreams.Subscription
Subscription interface.
 This subscription calls Subscriber.onComplete() on first request for data and then terminates the subscription.| Constructor and Description | 
|---|
| EmptySubscription(org.reactivestreams.Subscriber<?> subscriber) | 
Copyright © 2023. All rights reserved.