Package io.debezium.connector.oracle
Class OracleTaskContext
- java.lang.Object
-
- io.debezium.connector.common.CdcSourceTaskContext
-
- io.debezium.connector.oracle.OracleTaskContext
-
public class OracleTaskContext extends CdcSourceTaskContext
-
-
Constructor Summary
Constructors Constructor Description OracleTaskContext(OracleConnectorConfig config, OracleDatabaseSchema schema)
-
Method Summary
-
Methods inherited from class io.debezium.connector.common.CdcSourceTaskContext
capturedDataCollections, configureLoggingContext, configureLoggingContext, getClock, getConnectorName, getConnectorType, getTaskId, temporaryLoggingContext
-
-
-
-
Constructor Detail
-
OracleTaskContext
public OracleTaskContext(OracleConnectorConfig config, OracleDatabaseSchema schema)
-
-