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

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

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

case class JournalEntry(persistenceId: PersistenceIdSingle, payload: AnyRef) {
  def payloadAs[T](): T = payload.asInstanceOf[T]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy