Class HistorizedRelationalDatabaseSchema

java.lang.Object
io.debezium.relational.RelationalDatabaseSchema
io.debezium.relational.HistorizedRelationalDatabaseSchema
All Implemented Interfaces:
DatabaseSchema<TableId>, HistorizedDatabaseSchema<TableId>, AutoCloseable

public abstract class HistorizedRelationalDatabaseSchema extends RelationalDatabaseSchema implements HistorizedDatabaseSchema<TableId>
A DatabaseSchema or a relational database which has a schema history, that can be recovered to the current state when restarting a connector.
Author:
Gunnar Morling