Package io.debezium.engine.source
Interface DebeziumSourceTask
- All Known Implementing Classes:
EngineSourceTask
@Incubating
public interface DebeziumSourceTask
DebeziumSourceTask is a self-contained unit of work created and managed by DebeziumSourceConnector.
In most of the cases the task implementation does actual mining of the changes from the specified resource or its
part and further processing of these change records.- Author:
- vjuranek
-
Method Summary
Modifier and TypeMethodDescriptioncontext()Returns theDebeziumSourceTaskContextfor this DebeziumSourceTask.
-
Method Details
-
context
DebeziumSourceTaskContext context()Returns theDebeziumSourceTaskContextfor this DebeziumSourceTask.- Returns:
- the DebeziumSourceTaskContext for this task
-