public 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.