File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,13 @@ operations via the `flatMap` operation and then subscribes to the result.
141
141
142
142
link:src/main/java/io/vertx/example/rxjava/database/jdbc/Client.java[RxJava jdbc client]
143
143
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
+
144
151
=== Mongo example
145
152
146
153
An example showing the Mongo Service Rxified api, after the client connected to Mongo, it chains
Original file line number Diff line number Diff line change @@ -142,6 +142,13 @@ operations via the `flatMap` operation and then subscribes to the result.
142
142
143
143
link:src/main/java/io/vertx/example/reactivex/database/jdbc/Client.java[RxJava 2 JDBC client]
144
144
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
+
145
152
=== Mongo example
146
153
147
154
An example showing the Mongo Service Rxified api, after the client connected to Mongo, it chains
You can’t perform that action at this time.
0 commit comments