public interface CommandExecutorResponseValidator extends CommandExecutorResponseParser<Object>
| Modifier and Type | Method and Description |
|---|---|
default Object |
parse(CommandExecutorResponse response)
Parses the response of the command executor.
|
void |
validate(CommandExecutorResponse response)
Validate command executor response.
|
default Object parse(CommandExecutorResponse response)
CommandExecutorResponseParserparse in interface CommandExecutorResponseParser<Object>response - the response of the command executorvoid validate(CommandExecutorResponse response)
response - the responseCopyright © 2020 bremersee.org. All rights reserved.