| Modifier and Type | Method and Description |
|---|---|
<T> void |
DatabaseProviderVertx.transactAsync(DbCodeTypedTx<T> code,
io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> resultHandler)
Execute a transaction on a Vert.x worker thread, with default semantics (commit if
the code completes successfully, or rollback if it throws an error).
|
<T> void |
DatabaseProviderVertx.Builder.transactAsync(DbCodeTypedTx<T> code,
io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> resultHandler) |
Copyright © 2016. All rights reserved.