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

no.nextgentel.oss.akkatools.persistence.jdbcjournal.EventWithInjectableTimestamp.scala Maven / Gradle / Ivy

The newest version!
package no.nextgentel.oss.akkatools.persistence.jdbcjournal

import java.time.OffsetDateTime

trait EventWithInjectableTimestamp {
  def cloneWithInjectedTimestamp(timestamp:OffsetDateTime):AnyRef
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy