Package io.debezium.connector.sqlserver
Class SqlServerTaskContext
java.lang.Object
io.debezium.connector.common.CdcSourceTaskContext
io.debezium.connector.sqlserver.SqlServerTaskContext
A state (context) associated with a SQL Server task
- Author:
- Jiri Pechanec
-
Constructor Summary
ConstructorsConstructorDescriptionSqlServerTaskContext(SqlServerConnectorConfig config, SqlServerDatabaseSchema schema) -
Method Summary
Methods inherited from class io.debezium.connector.common.CdcSourceTaskContext
capturedDataCollections, configureLoggingContext, configureLoggingContext, getClock, getConnectorName, getConnectorType, getCustomMetricTags, getTaskId, temporaryLoggingContext
-
Constructor Details
-
SqlServerTaskContext
-