| Interface | Description |
|---|---|
| JournalHandler |
Interface to be implemented by capture executors.
|
| Class | Description |
|---|---|
| JournalExecutor |
This class is specialized on journal-based change-data-capture.
|
| SimpleJournalHandler |
A simple handler
|
| Enum | Description |
|---|---|
| JournalStrategy |
There are two ways for control what has been already captured:
DELETE = imported data is removed from journal table
WINDOW = DB-Xtract keeps record of last window id, without changing
journal data
|