Package io.debezium.pipeline.spi
Interface OffsetContext.Loader
-
- Enclosing interface:
- OffsetContext
public static interface OffsetContext.LoaderImplementations load a connector-specific offset context based on the offset values stored in Kafka.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,?>getPartition()OffsetContextload(Map<String,?> offset)
-
-
-
Method Detail
-
load
OffsetContext load(Map<String,?> offset)
-
-