Package io.debezium.engine
Interface DebeziumEngine.Offsets
-
- Enclosing interface:
- DebeziumEngine<R>
public static interface DebeziumEngine.OffsetsContract that should be passed toDebeziumEngine.RecordCommitter.markProcessed(Object, Offsets)for marking a record as processed with updated offsets.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidset(String key, Object value)Associates a key with a specific value, overwrites the value if the key is already present.
-