All Downloads are FREE. Search and download functionalities are using the official Maven repository.

akka.persistence.pg.event.ExtraDBIOSupport.scala Maven / Gradle / Ivy

The newest version!
package akka.persistence.pg.event

import slick.dbio.DBIO

trait ExtraDBIOSupport {

  def extraDBIO: DBIO[_]
  def failureHandler: PartialFunction[Throwable, Unit]

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy