Class/Object

akka.persistence.pg.query.scaladsl

PostgresReadJournal

Related Docs: object PostgresReadJournal | package scaladsl

Permalink

class PostgresReadJournal extends ReadJournal with ReadJournalStore with PgConfig with EventsByTags with AllEvents with EventsByPersistenceIdQuery with CurrentEventsByTags with CurrentAllEvents with CurrentEventsByPersistenceIdQuery

Linear Supertypes
CurrentEventsByPersistenceIdQuery, CurrentAllEvents, CurrentEventsByTags, EventsByPersistenceIdQuery, AllEvents, EventsByTags, PgConfig, ReadJournalStore, JournalStore, journal.JournalTable, ReadJournal, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PostgresReadJournal
  2. CurrentEventsByPersistenceIdQuery
  3. CurrentAllEvents
  4. CurrentEventsByTags
  5. EventsByPersistenceIdQuery
  6. AllEvents
  7. EventsByTags
  8. PgConfig
  9. ReadJournalStore
  10. JournalStore
  11. JournalTable
  12. ReadJournal
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PostgresReadJournal(system: ExtendedActorSystem, config: Config)

    Permalink

Type Members

  1. case class ExtraDBIOInfo(action: (api)#DBIO[_], failureHandler: PartialFunction[Throwable, Unit]) extends Product with Serializable

    Permalink
    Definition Classes
    JournalStore
  2. case class JournalEntryInfo(entry: JournalEntry, payload: Any, extraDBIOInfo: Option[(JournalStore.this)#ExtraDBIOInfo]) extends Product with Serializable

    Permalink
    Definition Classes
    JournalStore
  3. case class JournalEntryWithExtraDBIO(entry: JournalEntry, extraDBIO: Seq[(api)#DBIO[_]]) extends Product with Serializable

    Permalink
    Definition Classes
    JournalTable
  4. class JournalTable extends (api)#Table[JournalEntry]

    Permalink
    Definition Classes
    JournalTable

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def allEvents(fromRowId: Long, toRowId: Long = Long.MaxValue): Source[EventEnvelope, NotUsed]

    Permalink
    Definition Classes
    PostgresReadJournalAllEvents
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def cancelAll(): Unit

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def currentAllEvents(fromSequenceNr: Long, toSequenceNr: Long = Long.MaxValue): Source[EventEnvelope, NotUsed]

    Permalink
    Definition Classes
    PostgresReadJournalCurrentAllEvents
  9. def currentEvents(fromSequenceNr: Long, toSequenceNr: Long, maybeTags: Option[Set[EventTag]]): Source[PersistentRepr, NotUsed]

    Permalink
    Definition Classes
    ReadJournalStore
  10. def currentEvents(persistenceId: String, fromSequenceNr: Long, toSequenceNr: Long): Source[PersistentRepr, NotUsed]

    Permalink
    Definition Classes
    ReadJournalStore
  11. def currentEventsByPersistenceId(persistenceId: String, fromSequenceNr: Long, toSequenceNr: Long): Source[EventEnvelope, NotUsed]

    Permalink
    Definition Classes
    PostgresReadJournal → CurrentEventsByPersistenceIdQuery
  12. def currentEventsByTags(tags: Set[EventTag], fromSequenceNr: Long, toSequenceNr: Long): Source[EventEnvelope, NotUsed]

    Permalink
  13. lazy val database: slick.jdbc.JdbcBackend.DatabaseDef

    Permalink
    Definition Classes
    PgConfig
  14. lazy val driver: PgPostgresProfile

    Permalink
    Definition Classes
    PgConfig
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def eventEncoder: JsonEncoder

    Permalink
    Definition Classes
    JournalStore
  18. def eventTagger: EventTagger

    Permalink
    Definition Classes
    JournalStore
  19. def eventsByPersistenceId(persistenceId: String, fromSequenceNr: Long, toSequenceNr: Long): Source[EventEnvelope, NotUsed]

    Permalink
    Definition Classes
    PostgresReadJournal → EventsByPersistenceIdQuery
  20. def eventsByTags(tags: Set[EventTag], fromRowId: Long, toRowId: Long = Long.MaxValue): Source[EventEnvelope, NotUsed]

    Permalink
    Definition Classes
    PostgresReadJournalEventsByTags
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getCreated(event: Any): OffsetDateTime

    Permalink

    Returns the timestamp an event was created.

    Returns the timestamp an event was created. By default this will return the created timestamp if your event extens Created, otherwise it returns the current time.

    event

    any event

    returns

    the timestamp this event was created

    Definition Classes
    JournalStore
  24. def getUuid(event: Any): String

    Permalink

    Returns a unique id for this event.

    Returns a unique id for this event. By default this just generates a new UUID.

    event

    any event

    returns

    the unique id of the event

    Definition Classes
    JournalStore
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. val journals: (api)#TableQuery[JournalTable]

    Permalink
    Definition Classes
    JournalTable
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. val pgExtension: PgExtension

    Permalink
    Definition Classes
    PostgresReadJournalJournalStore
  32. lazy val pluginConfig: PluginConfig

    Permalink
    Definition Classes
    PostgresReadJournalPgConfig
  33. val serialization: Serialization

    Permalink
    Definition Classes
    PostgresReadJournalJournalStore
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def tagsFilter(tags: Set[EventTag]): (JournalTable) ⇒ (api)#Rep[Boolean]

    Permalink

    build a 'or' filter for tags will select Events containing at least one of the EventTags

    build a 'or' filter for tags will select Events containing at least one of the EventTags

    Attributes
    protected
    Definition Classes
    JournalStore
  36. def toJournalEntries(messages: Seq[PersistentRepr]): Try[Seq[JournalEntryInfo]]

    Permalink
    Definition Classes
    JournalStore
  37. def toPersistentRepr(entry: JournalEntry): PersistentRepr

    Permalink
    Definition Classes
    JournalStore
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CurrentEventsByPersistenceIdQuery

Inherited from CurrentAllEvents

Inherited from CurrentEventsByTags

Inherited from EventsByPersistenceIdQuery

Inherited from AllEvents

Inherited from EventsByTags

Inherited from PgConfig

Inherited from ReadJournalStore

Inherited from JournalStore

Inherited from journal.JournalTable

Inherited from ReadJournal

Inherited from AnyRef

Inherited from Any

Ungrouped