Subscription (RxJava Javadoc 1.3.8) (original) (raw)


public interface Subscription
Subscription returns from Observable.subscribe(Subscriber) to allow unsubscribing.
See the utilities in Subscriptions and the implementations in the rx.subscriptions package.
This interface is the RxJava equivalent of IDisposable in Microsoft's Rx implementation.