trait BaseByteArrayJournalDao extends JournalDaoWithUpdates
The DefaultJournalDao contains all the knowledge to persist and load serialized journal entries
- Alphabetic
- By Inheritance
- BaseByteArrayJournalDao
- JournalDaoWithUpdates
- JournalDao
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
- abstract val db: slick.jdbc.JdbcBackend.Database
- implicit abstract val ec: ExecutionContext
- abstract val journalConfig: JournalConfig
- implicit abstract val mat: Materializer
- abstract val profile: JdbcProfile
- abstract val queries: JournalQueries
- abstract val serializer: FlowPersistentReprSerializer[JournalRow]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asyncWriteMessages(messages: Seq[AtomicWrite]): Future[Seq[Try[Unit]]]
- Definition Classes
- BaseByteArrayJournalDao → JournalDao
- See also
akka.persistence.journal.AsyncWriteJournal.asyncWriteMessages(messages)
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
delete(persistenceId: String, maxSequenceNr: Long): Future[Unit]
Deletes all persistent messages up to toSequenceNr (inclusive) for the persistenceId
Deletes all persistent messages up to toSequenceNr (inclusive) for the persistenceId
- Definition Classes
- BaseByteArrayJournalDao → JournalDao
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
highestSequenceNr(persistenceId: String, fromSequenceNr: Long): Future[Long]
Returns the highest sequence number for the events that are stored for that
persistenceId.Returns the highest sequence number for the events that are stored for that
persistenceId. When no events are found for thepersistenceId, 0L will be the highest sequence number- Definition Classes
- BaseByteArrayJournalDao → JournalDao
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val logWarnAboutLogicalDeletionDeprecation: Unit
- val logger: Logger
-
def
messages(persistenceId: String, fromSequenceNr: Long, toSequenceNr: Long, max: Long): Source[Try[PersistentRepr], NotUsed]
Returns a Source of PersistentRepr for a certain persistenceId
Returns a Source of PersistentRepr for a certain persistenceId
- Definition Classes
- BaseByteArrayJournalDao → JournalDao
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
update(persistenceId: String, sequenceNr: Long, payload: AnyRef): Future[Done]
Update (!) an existing event with the passed in data.
Update (!) an existing event with the passed in data.
- Definition Classes
- BaseByteArrayJournalDao → JournalDaoWithUpdates
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )