Object RepositoryFacade.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final RepositoryFacade create(RepositoryFactory factory, CoroutineScope scope, Config defaultConfig) Creates a new instance of RepositoryFacade and populate the Singleton instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • create

         final RepositoryFacade create(RepositoryFactory factory, CoroutineScope scope, Config defaultConfig)

        Creates a new instance of RepositoryFacade and populate the Singleton instance. This method should be used mainly for tests or internally by other constructor methods.

        Parameters:
        factory - RepositoryFacade
        scope - CoroutineScope
        defaultConfig - Config