T - the type of the parsed responsepublic interface CommandExecutorResponseParser<T>
| Modifier and Type | Method and Description |
|---|---|
T |
parse(CommandExecutorResponse response)
Parses the response of the command executor.
|
T parse(CommandExecutorResponse response)
response - the response of the command executorCopyright © 2020 bremersee.org. All rights reserved.