Class/Object

akka.persistence.inmemory.query.journal.scaladsl

InMemoryReadJournal

Related Docs: object InMemoryReadJournal | package scaladsl

Permalink

class InMemoryReadJournal extends AbstractInmemoryReadJournal

Linear Supertypes
AbstractInmemoryReadJournal, EventsByPersistenceIdAndTagQuery, CurrentEventsByPersistenceIdAndTagQuery, EventsByTagQuery, CurrentEventsByTagQuery, EventsByPersistenceIdQuery, CurrentEventsByPersistenceIdQuery, AllPersistenceIdsQuery, CurrentPersistenceIdsQuery, ReadJournal, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InMemoryReadJournal
  2. AbstractInmemoryReadJournal
  3. EventsByPersistenceIdAndTagQuery
  4. CurrentEventsByPersistenceIdAndTagQuery
  5. EventsByTagQuery
  6. CurrentEventsByTagQuery
  7. EventsByPersistenceIdQuery
  8. CurrentEventsByPersistenceIdQuery
  9. AllPersistenceIdsQuery
  10. CurrentPersistenceIdsQuery
  11. ReadJournal
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InMemoryReadJournal(config: Config)(implicit system: ExtendedActorSystem)

    Permalink

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 allPersistenceIds(): Source[String, NotUsed]

    Permalink
    Definition Classes
    AbstractInmemoryReadJournal → AllPersistenceIdsQuery
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def currentEventsByPersistenceId(persistenceId: String, fromSequenceNr: Long, toSequenceNr: Long): Source[EventEnvelope, NotUsed]

    Permalink
    Definition Classes
    AbstractInmemoryReadJournal → CurrentEventsByPersistenceIdQuery
  8. def currentEventsByPersistenceIdAndTag(persistenceId: String, tag: String, offset: Long): Source[EventEnvelope, NotUsed]

    Permalink

    Query events that have a specific persistenceId/tag combination

    Query events that have a specific persistenceId/tag combination

    Definition Classes
    AbstractInmemoryReadJournalCurrentEventsByPersistenceIdAndTagQuery
  9. def currentEventsByTag(tag: String, offset: Long): Source[EventEnvelope, NotUsed]

    Permalink
    Definition Classes
    AbstractInmemoryReadJournal → CurrentEventsByTagQuery
  10. def currentPersistenceIds(): Source[String, NotUsed]

    Permalink
    Definition Classes
    AbstractInmemoryReadJournal → CurrentPersistenceIdsQuery
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def eventsByPersistenceId(persistenceId: String, fromSequenceNr: Long, toSequenceNr: Long): Source[EventEnvelope, NotUsed]

    Permalink
    Definition Classes
    AbstractInmemoryReadJournal → EventsByPersistenceIdQuery
  14. def eventsByPersistenceIdAndTag(persistenceId: String, tag: String, offset: Long): Source[EventEnvelope, NotUsed]

    Permalink

    Query events that have a specific persistenceId/tag combination This is an optimization query as the database can filter out the events for a specific persistenceId

    Query events that have a specific persistenceId/tag combination This is an optimization query as the database can filter out the events for a specific persistenceId

    Definition Classes
    AbstractInmemoryReadJournalEventsByPersistenceIdAndTagQuery
  15. def eventsByTag(tag: String, offset: Long): Source[EventEnvelope, NotUsed]

    Permalink
    Definition Classes
    AbstractInmemoryReadJournal → EventsByTagQuery
  16. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  20. val journalDao: JournalDao

    Permalink
  21. implicit val mat: Materializer

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. val serializationFacade: SerializationFacade

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. implicit val system: ExtendedActorSystem

    Permalink
  28. def toString(): String

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

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

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

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

Inherited from EventsByTagQuery

Inherited from CurrentEventsByTagQuery

Inherited from EventsByPersistenceIdQuery

Inherited from CurrentEventsByPersistenceIdQuery

Inherited from AllPersistenceIdsQuery

Inherited from CurrentPersistenceIdsQuery

Inherited from ReadJournal

Inherited from AnyRef

Inherited from Any

Ungrouped