Interface | Description |
---|---|
Publisher |
Interface that represents a way to publish retrieved data.
|
Class | Description |
---|---|
App |
Main application
|
AppJournalDeleteTest |
Unit test for simple App.
|
AppJournalWindowTest |
Unit test for simple App.
|
Config |
The Config class represents a configuration properties file.
|
ConfigTest | |
Data |
This class is used by
JournalHandler to receive captured data and
represents a list of retrieved rows. |
DataTest | |
Source |
Represents a database connection parameters and a list of all capture
handlers associated to it.
|
Sources |
"Container" class for data sources.
|
SourceTest |
Exception | Description |
---|---|
ConfigurationException |
The class ConfigurationException represent one of the following conditions:
config properties not found
required parameter
zookeeper's connection or config repository failure
|
DataColumnMatchException |
The class DataColumnMatchException is a form of
Throwable that
indicates a failed match between data retrieved and the expected metadata. |
PublishException |
The class PublishException is a form of
Throwable that indicates a
failure while publishing captured data to any external destination. |