Difference between revisions of "RxJava"

From BITPlan Wiki
Jump to navigation Jump to search
Line 15: Line 15:
 
1.0.0 was released 2014-11
 
1.0.0 was released 2014-11
 
* https://mvnrepository.com/artifact/io.reactivex/rxjava
 
* https://mvnrepository.com/artifact/io.reactivex/rxjava
 +
<uml>
 +
hide circle
 +
package rx {
 +
  interface Subscription {
 +
    boolean isUnsubscribed()
 +
    void unsubscribe()
 +
  }
 +
}
 +
</uml>
 +
 
= Links =
 
= Links =
 
* https://vertx.io/docs/vertx-rx/java/
 
* https://vertx.io/docs/vertx-rx/java/

Revision as of 11:46, 2 March 2020