public class LogWatchStreamProcessor extends Object implements StreamProcessor
| Constructor and Description |
|---|
LogWatchStreamProcessor(String success,
Set<String> failures,
StreamProcessor destination) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFailureFound() |
String |
getOutput() |
boolean |
isInitWithSuccess() |
void |
onProcessed() |
void |
process(String block) |
void |
waitForResult(long timeout) |
public LogWatchStreamProcessor(String success, Set<String> failures, StreamProcessor destination)
public void process(String block)
process in interface StreamProcessorpublic void onProcessed()
onProcessed in interface StreamProcessorpublic void waitForResult(long timeout)
public boolean isInitWithSuccess()
public String getFailureFound()
public String getOutput()
Copyright © 2020. All rights reserved.