EagerSlickDatabase

org.apache.pekko.persistence.postgres.db.EagerSlickDatabase
case class EagerSlickDatabase(database: Database, profile: JdbcProfile) extends SlickDatabase

Attributes

Source
SlickDatabase.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def allowShutdown: Boolean

If true, the requesting side usually a (read/write/snapshot journal) should shutdown the database when it closes. If false, it should leave the database connection pool open, since it might still be used elsewhere.

If true, the requesting side usually a (read/write/snapshot journal) should shutdown the database when it closes. If false, it should leave the database connection pool open, since it might still be used elsewhere.

Attributes

Definition Classes
Source
SlickDatabase.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product