Uses of Class
io.debezium.connector.spanner.context.offset.SpannerOffsetContextFactory
Packages that use SpannerOffsetContextFactory
-
Uses of SpannerOffsetContextFactory in io.debezium.connector.spanner
Fields in io.debezium.connector.spanner declared as SpannerOffsetContextFactoryModifier and TypeFieldDescriptionprivate final SpannerOffsetContextFactorySpannerStreamingChangeEventSource.offsetContextFactoryConstructors in io.debezium.connector.spanner with parameters of type SpannerOffsetContextFactoryModifierConstructorDescriptionSpannerStreamingChangeEventSource(SpannerConnectorConfig connectorConfig, io.debezium.pipeline.ErrorHandler errorHandler, ChangeStream stream, StreamEventQueue eventQueue, MetricsEventPublisher metricsEventPublisher, PartitionManager partitionManager, SchemaRegistry schemaRegistry, SpannerEventDispatcher spannerEventDispatcher, boolean finishingAfterCommit, SpannerOffsetContextFactory offsetContextFactory)