Module io.github.bucket4j.core
Class AsyncBatchingExecutor
java.lang.Object
io.github.bucket4j.distributed.proxy.optimization.batch.AsyncBatchingExecutor
- All Implemented Interfaces:
AsyncCommandExecutor
-
Constructor Summary
ConstructorsConstructorDescriptionAsyncBatchingExecutor(AsyncCommandExecutor originalExecutor, OptimizationListener listener) -
Method Summary
Modifier and TypeMethodDescription<T> CompletableFuture<CommandResult<T>>executeAsync(RemoteCommand<T> command)
-
Constructor Details
-
AsyncBatchingExecutor
-
-
Method Details
-
executeAsync
- Specified by:
executeAsyncin interfaceAsyncCommandExecutor
-