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