Package io.debezium.engine
Interface DebeziumEngine.Offsets
- Enclosing interface:
- DebeziumEngine<R>
public static interface DebeziumEngine.Offsets
Contract that should be passed to
DebeziumEngine.RecordCommitter.markProcessed(Object, Offsets) for marking a record
as processed with updated offsets.-
Method Summary
-
Method Details
-
set
Associates a key with a specific value, overwrites the value if the key is already present.- Parameters:
key- key with which to associate the valuevalue- value to be associated with the key
-