Uses of Interface
io.debezium.pipeline.spi.OffsetContext.Loader
-
Packages that use OffsetContext.Loader Package Description io.debezium.connector.common -
-
Uses of OffsetContext.Loader in io.debezium.connector.common
Methods in io.debezium.connector.common with parameters of type OffsetContext.Loader Modifier and Type Method Description protected OBaseSourceTask. getPreviousOffset(OffsetContext.Loader<O> loader)Loads the connector's persistent offset (if present) via the given loader.
-