public class CruxSourceTask extends SourceTask
context| Constructor and Description |
|---|
CruxSourceTask() |
| Modifier and Type | Method and Description |
|---|---|
List<SourceRecord> |
poll() |
void |
start(Map<String,String> props) |
void |
stop() |
String |
version() |
commit, commitRecord, commitRecord, initializepublic String version()
public void start(Map<String,String> props)
start in interface Taskstart in class SourceTaskpublic List<SourceRecord> poll() throws InterruptedException
poll in class SourceTaskInterruptedExceptionpublic void stop()
stop in interface Taskstop in class SourceTask