Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Outline

Very simple RX examples

This project contains the RX examples given in the book. There are far from being a complete introduction to reactive programming and RX-Java.

The examples are intended to be run directly from the main method of the different classes. So, once imported in your IDE, you should be able to run them. Alternatively, you can package the project and run them using:

java -cp target/reactive-programming-example-1.0-SNAPSHOT.jar FULLY_QUALIFIED_CLASS_NAME

For example:

java -cp target/reactive-programming-example-1.0-SNAPSHOT.jar io.vertx.book.rx.ObservableExample

Packaging the project

Just run:

./mvnw package

On Windows, use:

./mvnw.bat package
Morty Proxy This is a proxified and sanitized view of the page, visit original site.