Module io.github.bucket4j.core
Interface AsyncCommandExecutor
-
- All Known Implementing Classes:
AsyncBatchingExecutor
public interface AsyncCommandExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> CompletableFuture<CommandResult<T>>executeAsync(RemoteCommand<T> command)
-
-
-
Method Detail
-
executeAsync
<T> CompletableFuture<CommandResult<T>> executeAsync(RemoteCommand<T> command)
-
-