Module io.github.bucket4j.core
Class BatchingExecutor
- java.lang.Object
-
- io.github.bucket4j.distributed.proxy.optimization.batch.BatchingExecutor
-
- All Implemented Interfaces:
CommandExecutor
public class BatchingExecutor extends Object implements CommandExecutor
-
-
Constructor Summary
Constructors Constructor Description BatchingExecutor(CommandExecutor originalExecutor, OptimizationListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> CommandResult<T>execute(RemoteCommand<T> command)
-
-
-
Constructor Detail
-
BatchingExecutor
public BatchingExecutor(CommandExecutor originalExecutor, OptimizationListener listener)
-
-
Method Detail
-
execute
public <T> CommandResult<T> execute(RemoteCommand<T> command)
- Specified by:
executein interfaceCommandExecutor
-
-