Package com.iizix.server.db
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.
Interface to implement for a class that proxies the connection pool of the server internal database.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoid
Assigns the connection pool.
Method Details
assignConnectionPool
Assigns the connection pool.- Parameters:
pool
- The pool.