execute
public BasicMessage execute(DeployApplicationResponse response,
BinaryData binaryData,
CommandContext context)
throws Exception
Description copied from interface: Command
Performs the command for the feed.
- Specified by:
execute in interface Command<DeployApplicationResponse,BasicMessage>
- Parameters:
response - the request that describes what needs to be executed
binaryData - if not null, this contains extra binary data that came across with the command request
context - some context data that can be useful for the command to be able to execute the request
- Returns:
- the results of the command that need to be sent back to the feed - may be null
- Throws:
Exception - if failed to execute the operation