接口 CommandRequestExecution<R>
public interface CommandRequestExecution<R>
- 从以下版本开始:
- 1.8.4
- 作者:
- icodening
-
方法概要
修饰符和类型方法说明execute(CommandRequest request) execute the command request and return the command response.
-
方法详细资料
-
execute
execute the command request and return the command response.- 参数:
request- command request- 返回:
- command response
-