Skip to content

Commit

Permalink
Fill in the missing Doc and sign
Browse files Browse the repository at this point in the history
Signed-off-by: BillyYccc <[email protected]>
  • Loading branch information
BillyYccc committed Nov 29, 2017
1 parent 1801aaf commit 578d5aa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions rxjava-2-examples/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,15 @@ Names and greetings are line-separated.

link:src/main/java/io/vertx/example/reactivex/net/greeter/Client.java[Greeting client]
link:src/main/java/io/vertx/example/reactivex/net/greeter/Server.java[Greeting Server]

== Rxjava2 Services examples

Provide Rxified Vert.x Services examples

=== Service Proxy example

This example shows you how to make your service proxy Rxified with Rxjava.

link:src/main/java/io/vertx/example/reactivex/services/serviceproxy/ServiceConsumerVerticle.java[Service Consumer Verticle]
link:src/main/java/io/vertx/example/reactivex/services/serviceproxy/SomeDatabaseServiceVerticle.java[Service Provider Verticle]
link:src/main/java/io/vertx/example/reactivex/services/serviceproxy/SomeDatabaseService.java[Service Proxy interface]

0 comments on commit 578d5aa

Please sign in to comment.