Package io.debezium.connector.informix
Class InformixTaskContext
java.lang.Object
io.debezium.connector.common.CdcSourceTaskContext
io.debezium.connector.informix.InformixTaskContext
public class InformixTaskContext
extends io.debezium.connector.common.CdcSourceTaskContext
A state (context) associated with an Informix task
- Author:
- Jiri Pechanec, Lars M Johansson
-
Constructor Summary
ConstructorsConstructorDescriptionInformixTaskContext(InformixConnectorConfig config, InformixDatabaseSchema schema) -
Method Summary
Methods inherited from class io.debezium.connector.common.CdcSourceTaskContext
capturedDataCollections, configureLoggingContext, configureLoggingContext, getClock, getConnectorName, getConnectorType, getCustomMetricTags, getTaskId, temporaryLoggingContext
-
Constructor Details
-
InformixTaskContext
-