| Modifier and Type | Method and Description |
|---|---|
Collection<io.vertx.core.Future<ExecuteResult>> |
VertxExecutorCallback.execute(Collection<VertxExecutionUnit> inputs,
boolean isTrunkThread,
Map<String,Object> dataMap) |
List<io.vertx.core.Future<ExecuteResult>> |
VertxExecutor.execute(ExecutionGroupContext<VertxExecutionUnit> executionGroupContext,
VertxExecutorCallback callback)
Execute group context and return futures.
|
| Modifier and Type | Method and Description |
|---|---|
VertxExecutionUnit |
PreparedQueryExecutionUnitBuilder.build(ExecutionUnit executionUnit,
ExecutorVertxStatementManager statementManager,
io.vertx.core.Future<? extends io.vertx.sqlclient.SqlClient> connection,
ConnectionMode connectionMode,
VertxExecutionContext option) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.