Interface CommandExecutor

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
ClusterCommandExecutor, DefaultCommandExecutor, RetryableCommandExecutor, SimpleCommandExecutor

public interface CommandExecutor extends AutoCloseable
  • Method Details

    • executeCommand

      <T> T executeCommand(CommandObject<T> commandObject)
    • broadcastCommand

      default <T> T broadcastCommand(CommandObject<T> commandObject)