Interface ChangelogRange

All Known Implementing Classes:
ChangelogRange.TimestampRange, ChangelogRange.UnboundedRange, ChangelogRange.VersionRange

@Evolving public sealed interface ChangelogRange permits ChangelogRange.VersionRange, ChangelogRange.TimestampRange, ChangelogRange.UnboundedRange
Represents the version or timestamp range for a Change Data Capture (CDC) query.

This sealed interface has three implementations:

Since:
4.2.0
  • Method Details

    • startingBoundInclusive

      boolean startingBoundInclusive()
      Whether the starting bound is inclusive.
    • endingBoundInclusive

      boolean endingBoundInclusive()
      Whether the ending bound is inclusive.