public final class VertxExecutorCallback extends Object implements ExecutorCallback<VertxExecutionUnit,io.vertx.core.Future<ExecuteResult>>
| 构造器和说明 |
|---|
VertxExecutorCallback() |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<io.vertx.core.Future<ExecuteResult>> |
execute(Collection<VertxExecutionUnit> inputs,
boolean isTrunkThread,
Map<String,Object> dataMap)
Execute.
|
public Collection<io.vertx.core.Future<ExecuteResult>> execute(Collection<VertxExecutionUnit> inputs, boolean isTrunkThread, Map<String,Object> dataMap) throws SQLException
ExecutorCallbackexecute 在接口中 ExecutorCallback<VertxExecutionUnit,io.vertx.core.Future<ExecuteResult>>inputs - input valuesisTrunkThread - is execution in trunk threaddataMap - data mapSQLException - throw when execute failureCopyright © 2022 The Apache Software Foundation. All rights reserved.