@Deprecated public class LogWatchStreamProcessor extends Object implements StreamProcessor
| Constructor and Description |
|---|
LogWatchStreamProcessor(String success,
Set<String> failures,
StreamProcessor destination)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFailureFound()
Deprecated.
|
String |
getOutput()
Deprecated.
|
boolean |
isInitWithSuccess()
Deprecated.
|
void |
onProcessed()
Deprecated.
|
void |
process(String block)
Deprecated.
|
void |
waitForResult(long timeout)
Deprecated.
|
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 © 2022. All rights reserved.