Package

no.nextgentel.oss.akkatools.persistence

jdbcjournal

Permalink

package jdbcjournal

Visibility
  1. Public
  2. All

Type Members

  1. class JavaJdbcReadJournal extends ReadJournal with EventsByPersistenceIdQuery with CurrentEventsByPersistenceIdQuery with EventsByTagQuery with CurrentEventsByTagQuery

    Permalink
  2. class JdbcAsyncWriteJournal extends AsyncWriteJournal with ActorLogging

    Permalink
  3. class JdbcEventsByPersistenceIdActor extends ActorPublisher[EventEnvelope] with ActorLogging

    Permalink
  4. case class JdbcJournalConfig(dataSource: DataSource, schemaName: Option[String], fatalErrorHandler: JdbcJournalErrorHandler, persistenceIdSplitter: PersistenceIdSplitter = ..., maxRowsPrRead: Int = ...) extends Product with Serializable

    Permalink
  5. class JdbcJournalDetectFatalOracleErrorHandler extends JdbcJournalErrorHandler

    Permalink
  6. trait JdbcJournalErrorHandler extends AnyRef

    Permalink
  7. class JdbcReadJournal extends ReadJournal with EventsByPersistenceIdQuery with CurrentEventsByPersistenceIdQuery with EventsByTagQuery with CurrentEventsByTagQuery

    Permalink
  8. class JdbcReadJournalProvider extends ReadJournalProvider

    Permalink
  9. class JdbcSnapshotStore extends SnapshotStore with ActorLogging

    Permalink
  10. case class JournalEntry(persistenceId: PersistenceId, payload: AnyRef) extends Product with Serializable

    Permalink
  11. case class JournalEntryDto(persistenceId: PersistenceId, sequenceNr: Long, persistentRepr: Array[Byte], payloadWriteOnly: String) extends Product with Serializable

    Permalink
  12. case class JsonObjectHolder(t: String, o: AnyRef) extends JacksonJsonSerializableButNotDeserializable with Product with Serializable

    Permalink
  13. case class PersistenceId(_typePath: String, _id: String, _persistenceIdType: PersistenceIdType = FULL) extends Product with Serializable

    Permalink
  14. trait PersistenceIdSplitter extends AnyRef

    Permalink
  15. class PersistenceIdSplitterDefaultAkkaImpl extends PersistenceIdSplitter

    Permalink
  16. class PersistenceIdSplitterLastSlashImpl extends PersistenceIdSplitterLastSomethingImpl

    Permalink
  17. class PersistenceIdSplitterLastSomethingImpl extends PersistenceIdSplitter

    Permalink
  18. case class SnapshotEntry(persistenceId: String, sequenceNr: Long, timestamp: Long, snapshot: Array[Byte], manifest: String, serializerId: Option[Int]) extends Product with Serializable

    Permalink
  19. trait StorageRepo extends AnyRef

    Permalink
  20. class StorageRepoImpl extends StorageRepo with ClusterNodeRepo

    Permalink

Value Members

  1. object JdbcJournal

    Permalink
  2. object JdbcJournalConfig extends Serializable

    Permalink
  3. object JdbcReadJournal

    Permalink
  4. object PersistenceIdSplitterLastSlashImpl

    Permalink
  5. object PersistenceIdType extends Enumeration

    Permalink

Ungrouped