public class BatchingExecutor extends Object implements CommandExecutor
| Constructor and Description |
|---|
BatchingExecutor(CommandExecutor originalExecutor,
OptimizationListener listener) |
| Modifier and Type | Method and Description |
|---|---|
<T> CommandResult<T> |
execute(RemoteCommand<T> command) |
public BatchingExecutor(CommandExecutor originalExecutor, OptimizationListener listener)
public <T> CommandResult<T> execute(RemoteCommand<T> command)
execute in interface CommandExecutorCopyright © 2022. All rights reserved.