Subscription (original) (raw)

@Deprecated
public interface Subscription
A Subscription represents a one-to-one lifecycle of a Observer subscribing to an Observable.
Instances can only be used once by a single Observer.
It is used to both signal desire for data and to allow for unsubscribing.
Since:
3.1