接口 CommandRequestExecution<R>


public interface CommandRequestExecution<R>
从以下版本开始:
1.8.4
作者:
icodening
  • 方法概要

    修饰符和类型
    方法
    说明
    execute the command request and return the command response.
  • 方法详细资料

    • execute

      CommandResponse<R> execute(CommandRequest request)
      execute the command request and return the command response.
      参数:
      request - command request
      返回:
      command response