package legacy
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- legacy
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait BaseByteArrayJournalDao extends BaseDao[JournalRow] with JournalDaoWithUpdates with BaseJournalDaoWithReadMessages with H2Compat
The DefaultJournalDao contains all the knowledge to persist and load serialized journal entries
- class ByteArrayJournalDao extends BaseDao[JournalRow] with BaseByteArrayJournalDao
- class ByteArrayJournalSerializer extends FlowPersistentReprSerializer[JournalRow]
- class JournalQueries extends JournalTables
- final case class JournalRow(ordering: Long, deleted: Boolean, persistenceId: String, sequenceNumber: Long, message: Array[Byte], tags: Option[String] = None) extends Product with Serializable
- trait JournalTables extends AnyRef
Value Members
- def decodeTags(tags: Option[String], separator: String): Set[String]
- def encodeTags(tags: Set[String], separator: String): Option[String]
- object JournalRow extends Serializable