Module io.github.bucket4j.core
Interface AsyncCommandExecutor
- All Known Implementing Classes:
AsyncBatchingExecutor
public interface AsyncCommandExecutor
-
Method Summary
Modifier and TypeMethodDescription<T> CompletableFuture<CommandResult<T>>executeAsync(RemoteCommand<T> command)
-
Method Details
-
executeAsync
-