Class SnapshotQueryProvider

java.lang.Object
io.debezium.snapshot.AbstractSnapshotProvider
io.debezium.snapshot.SnapshotQueryProvider
All Implemented Interfaces:
ServiceProvider<SnapshotQuery>

public class SnapshotQueryProvider extends AbstractSnapshotProvider implements ServiceProvider<SnapshotQuery>
An implementation of the ServiceProvider contract for the SnapshotQuery.
Author:
Mario Fiore Vitale
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • snapshotQueryImplementations

      final List<SnapshotQuery> snapshotQueryImplementations
  • Constructor Details

    • SnapshotQueryProvider

      public SnapshotQueryProvider()
    • SnapshotQueryProvider

      public SnapshotQueryProvider(List<SnapshotQuery> snapshotQueryImplementations)
  • Method Details