PostgresJAsyncContextConfig

case class PostgresJAsyncContextConfig(config: Config) extends JAsyncContextConfig[PostgreSQLConnection]
trait Serializable
trait Product
trait Equals
class JAsyncContextConfig[PostgreSQLConnection]
class Object
trait Matchable
class Any

Value members

Inherited methods

def pool: ConnectionPool[PostgreSQLConnection]
Inherited from:
JAsyncContextConfig
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Inherited fields

lazy val connectionPoolConfiguration: ConnectionPoolConfiguration
Inherited from:
JAsyncContextConfig