Interface DatabaseSystemTimeReaderFactory

All Known Implementing Classes:
DefaultDatabaseSystemTimeReaderFactory

@ExperimentalApi public interface DatabaseSystemTimeReaderFactory
Factory for choosing an appropriate DatabaseSystemTimeReader for the current database type.
Since:
6.3.4
  • Method Summary

    Modifier and Type
    Method
    Description
    Chooses a database system time reader for the current database.
  • Method Details

    • getReader

      @Nonnull DatabaseSystemTimeReader getReader()
      Chooses a database system time reader for the current database.
      Returns:
      a database system time reader.