Difference between revisions of "Vert.x"
Jump to navigation
Jump to search
(→RxJava) |
|||
Line 7: | Line 7: | ||
== The Golden Rule == | == The Golden Rule == | ||
https://vertx.io/docs/vertx-core/java/#golden_rule | https://vertx.io/docs/vertx-core/java/#golden_rule | ||
+ | == TCP Eventbus Bridge == | ||
+ | * https://vertx.io/docs/vertx-tcp-eventbus-bridge/js/ | ||
+ | |||
== Metrics == | == Metrics == | ||
https://vertx.io/docs/vertx-dropwizard-metrics/java/ | https://vertx.io/docs/vertx-dropwizard-metrics/java/ |
Revision as of 17:47, 11 January 2020
Click here to comment see Self Driving RC Car
Documentation
The Golden Rule
https://vertx.io/docs/vertx-core/java/#golden_rule
TCP Eventbus Bridge
Metrics
https://vertx.io/docs/vertx-dropwizard-metrics/java/
Links
RxJava
- https://vertx.io/docs/vertx-rx/java/
- https://github.com/ReactiveX/RxJava/wiki/How-To-Use-RxJava
- http://reactivex.io/RxJava/javadoc/io/reactivex/Observable.html
- https://github.com/ReactiveX/RxJava/wiki/Backpressure
- Not so obvious things about rxjava
- https://github.com/ReactiveX/RxJava/wiki/Creating-Observables