Class SpannerSourceTaskContext
java.lang.Object
io.debezium.connector.common.CdcSourceTaskContext
io.debezium.connector.spanner.context.source.SpannerSourceTaskContext
public class SpannerSourceTaskContext
extends io.debezium.connector.common.CdcSourceTaskContext
Contains contextual information and objects scoped to the lifecycle of Debezium's
SourceTask implementations.
Extends CdcSourceTaskContext.-
Constructor Summary
ConstructorsConstructorDescriptionSpannerSourceTaskContext(SpannerConnectorConfig config, Supplier<Collection<? extends io.debezium.spi.schema.DataCollectionId>> supplier) -
Method Summary
Methods inherited from class io.debezium.connector.common.CdcSourceTaskContext
capturedDataCollections, configureLoggingContext, configureLoggingContext, getClock, getConnectorName, getConnectorType, getCustomMetricTags, getTaskId, temporaryLoggingContext
-
Constructor Details
-
SpannerSourceTaskContext
public SpannerSourceTaskContext(SpannerConnectorConfig config, Supplier<Collection<? extends io.debezium.spi.schema.DataCollectionId>> supplier)
-