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

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

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

import java.time.OffsetDateTime

trait Created {

  def created: OffsetDateTime

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy