Interface RepositoryPool<T>

All Superinterfaces:
Repository
All Known Subinterfaces:
DataSourcePool<T>
All Known Implementing Classes:
AuthRepositoryPool, DataRepoPool, DataRepositoryPool, UserRepositoryPool

public interface RepositoryPool<T> extends Repository
Generic interface of repository pool implementations.
Created by andrzej on 08.03.2016.
  • Method Details

    • addRepo

      void addRepo(T repo)
      Method called to add instance of a repository to the repository pool.
      Parameters:
      repo - instance of a repository