public class AsyncCommandResponse extends CommandResponse
| Modifier and Type | Method and Description |
|---|---|
void |
endReadStream()
Remove persisted stream result from file.
|
int |
getExitValue()
Get exit value of the operation
|
String |
getFilePath()
Get file path of persisted logs
|
boolean |
hasMoreContent()
Check if more content available to read.
|
boolean |
isCompleted()
Check if execution completed
|
String |
readLines()
Read next section of result log from the file
|
getOperationId, setExitValue, setOperationIdpublic boolean hasMoreContent()
public String readLines()
public boolean isCompleted()
public int getExitValue()
getExitValue in class CommandResponsepublic void endReadStream()
throws TinkererOperationException
TinkererOperationExceptionpublic String getFilePath()
Copyright © 2019 WSO2. All rights reserved.