Interface UnderDatabaseFactory


  • public interface UnderDatabaseFactory
    The under database factory interface.
    • Method Detail

      • getType

        java.lang.String getType()
        Returns:
        the type of under database for the factory
      • create

        UnderDatabase create​(UdbContext udbContext,
                             UdbConfiguration configuration)
        Creates a new instance of the udb. Creation must not interact with external services.
        Parameters:
        udbContext - the db context
        configuration - configuration values
        Returns:
        a new instance of the under database