public class ErrorStreamProcessor extends Object implements IStreamProcessor
| Constructor and Description |
|---|
ErrorStreamProcessor(DumpyDB dumpyDB) |
| Modifier and Type | Method and Description |
|---|---|
<ERROR extends Exception> |
isRunning() |
<TYPE,ERROR extends Exception> |
process(IJob iJob,
IStream<TYPE,ERROR> iStream) |
<ERROR extends Exception> |
start() |
<ERROR extends Exception> |
stop() |
public ErrorStreamProcessor(DumpyDB dumpyDB)
public <ERROR extends Exception> void start() throws ERROR extends Exception
start in interface org.irenical.lifecycle.LifeCycleERROR extends Exceptionpublic <ERROR extends Exception> void stop() throws ERROR extends Exception
stop in interface org.irenical.lifecycle.LifeCycleERROR extends Exceptionpublic <ERROR extends Exception> boolean isRunning() throws ERROR extends Exception
isRunning in interface org.irenical.lifecycle.LifeCycleERROR extends ExceptionCopyright © 2016 Irenical. All rights reserved.