public interface CommandService
| Modifier and Type | Method and Description |
|---|---|
CommandResponse |
processCommand(CommandRequest commandRequest,
String fileId)
Process command request.
|
CommandResponse processCommand(CommandRequest commandRequest, String fileId) throws Exception
commandRequest - The CommandRequest object.fileId - The ID of the file.CommandResponse object.Exception - If the processing fails unexpectedly.CommandRequestCopyright © 2023–2024. All rights reserved.