Interface OffsetCommitPolicy

All Superinterfaces:
io.debezium.engine.spi.OffsetCommitPolicy
All Known Implementing Classes:
OffsetCommitPolicy.AlwaysCommitOffsetPolicy, OffsetCommitPolicy.PeriodicCommitOffsetPolicy
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated @FunctionalInterface public interface OffsetCommitPolicy extends io.debezium.engine.spi.OffsetCommitPolicy
Deprecated.
The policy that defines when the offsets should be committed to offset storage.
Author:
Randall Hauch
  • Method Details