接口 CommandService
- 所有已知实现类:
DefaultCommandService
public interface CommandService
-
方法概要
修饰符和类型方法说明processCommand(CommandRequest commandRequest, String bucket, String fileId) Process command request.
-
方法详细资料
-
processCommand
CommandResponse processCommand(CommandRequest commandRequest, String bucket, String fileId) throws Exception Process command request.- 参数:
commandRequest- TheCommandRequestobject.bucket- The file bucket.fileId- The ID of the file.- 返回:
- The
CommandResponseobject. - 抛出:
Exception- If the processing fails unexpectedly.- 另请参阅:
-