Interface IDBPoolProxy

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface IDBPoolProxy
    Interface to implement for a class that proxies the connection pool of the server internal database.
    Author:
    Christopher Mindus
    • Method Detail

      • assignConnectionPool

        void assignConnectionPool​(IDBConnectionPool pool)
        Assigns the connection pool.
        Parameters:
        pool - The pool.