Skip to content

Commit 21e0c10

Browse files
committed
Add detailed purpose of the example
1 parent 1ce6051 commit 21e0c10

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

rxjava-1-examples/README.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@ operations via the `flatMap` operation and then subscribes to the result.
141141

142142
link:src/main/java/io/vertx/example/rxjava/database/jdbc/Client.java[RxJava jdbc client]
143143

144+
=== Jdbc Manual Transaction Handling
145+
146+
An example showing an Rxified Jdbc api to handle transactions manually then commit if all succeeded or rollback with
147+
exception propagation to the caller in case of anyone failed.
148+
149+
link:src/main/java/io/vertx/example/rxjava/database/jdbc/Transaction.java[RxJava JDBC Transaction]
150+
144151
=== Mongo example
145152

146153
An example showing the Mongo Service Rxified api, after the client connected to Mongo, it chains

rxjava-2-examples/README.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,13 @@ operations via the `flatMap` operation and then subscribes to the result.
142142

143143
link:src/main/java/io/vertx/example/reactivex/database/jdbc/Client.java[RxJava 2 JDBC client]
144144

145+
=== Jdbc Manual Transaction Handling
146+
147+
An example showing an Rxified Jdbc api to handle transactions manually then commit if all succeeded or rollback with
148+
exception propagation to the caller in case of anyone failed.
149+
150+
link:src/main/java/io/vertx/example/reactivex/database/jdbc/Transaction.java[RxJava Jdbc Transaction]
151+
145152
=== Mongo example
146153

147154
An example showing the Mongo Service Rxified api, after the client connected to Mongo, it chains

0 commit comments

Comments
 (0)