| Modifier and Type | Method and Description |
|---|---|
<I,O> List<O> |
ExecutorEngine.execute(ExecutionGroupContext<I> executionGroupContext,
ExecutorCallback<I,O> callback)
Execute.
|
<I,O> List<O> |
ExecutorEngine.execute(ExecutionGroupContext<I> executionGroupContext,
ExecutorCallback<I,O> firstCallback,
ExecutorCallback<I,O> callback,
boolean serial)
Execute.
|
<I,O> List<O> |
ExecutorEngine.execute(ExecutionGroupContext<I> executionGroupContext,
ExecutorCallback<I,O> firstCallback,
ExecutorCallback<I,O> callback,
boolean serial)
Execute.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCExecutorCallback<T>
JDBC executor callback.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VertxExecutorCallback
Vert.x executor callback.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RawSQLExecutorCallback
Raw SQL executor callback.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.