Interface PublisherSource.Subscription

All Superinterfaces:
Cancellable
All Known Implementing Classes:
ConcurrentSubscription, DelayedSubscription, ScalarValueSubscription
Enclosing interface:
PublisherSource<T>

public static interface PublisherSource.Subscription extends Cancellable
A subscription to control the signals emitted from a PublisherSource to a PublisherSource.Subscriber.

This is a replica of the APIs provided by Reactive Streams and follows the Reactive Streams specifications. All implementations of this Subscription adhere to the rules as specified for a Reactive Streams Subscription in Section 3 of the specifications.