Uses of Class
org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx.VertxExecutorCallback
Packages that use VertxExecutorCallback
-
Uses of VertxExecutorCallback in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx
Methods in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx with parameters of type VertxExecutorCallbackModifier and TypeMethodDescriptionList<io.vertx.core.Future<ExecuteResult>>VertxExecutor.execute(ExecutionGroupContext<VertxExecutionUnit> executionGroupContext, VertxExecutorCallback callback) Execute group context and return futures.