Packages

class ScalaReadJournal extends ReadJournal with EventsByTagQuery with EventsByPersistenceIdQuery with PersistenceIdsQuery with CurrentPersistenceIdsQuery with CurrentEventsByPersistenceIdQuery with CurrentEventsByTagQuery

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaReadJournal
  2. CurrentEventsByTagQuery
  3. CurrentEventsByPersistenceIdQuery
  4. CurrentPersistenceIdsQuery
  5. PersistenceIdsQuery
  6. EventsByPersistenceIdQuery
  7. EventsByTagQuery
  8. ReadJournal
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ScalaReadJournal to any2stringadd[ScalaReadJournal] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ScalaReadJournal, B)
    Implicit
    This member is added by an implicit conversion from ScalaReadJournal to ArrowAssoc[ScalaReadJournal] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  8. def currentEventsByPersistenceId(persistenceId: String, fromSequenceNr: Long, toSequenceNr: Long): Source[EventEnvelope, NotUsed]

    Returns the stream of current events for the given persistenceId.

    Returns the stream of current events for the given persistenceId. Events are ordered by sequenceNr. When the toSequenceNr has been delivered or no more elements are available at the current time, the stream is closed.

    Definition Classes
    ScalaReadJournal → CurrentEventsByPersistenceIdQuery
  9. def currentEventsByTag(tag: String, offset: Offset): Source[EventEnvelope, NotUsed]

    Returns the stream of current events with a given tag.

    Returns the stream of current events with a given tag. The events are sorted in the order they occurred, you can rely on it.

    Returned events are those present in the store with the given tag at the time the stream is opened.

    Events deleted during this stream life might not appear in the stream if not delivered yet.

    Stream is closed once all events present at the time of opening have been delivered.

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

    Returns the stream of current persisted identifiers.

    Returns the stream of current persisted identifiers. This stream is not live, once the identifiers were all returned, it is closed.

    Definition Classes
    ScalaReadJournal → CurrentPersistenceIdsQuery
  11. def ensuring(cond: (ScalaReadJournal) ⇒ Boolean, msg: ⇒ Any): ScalaReadJournal
    Implicit
    This member is added by an implicit conversion from ScalaReadJournal to Ensuring[ScalaReadJournal] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (ScalaReadJournal) ⇒ Boolean): ScalaReadJournal
    Implicit
    This member is added by an implicit conversion from ScalaReadJournal to Ensuring[ScalaReadJournal] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): ScalaReadJournal
    Implicit
    This member is added by an implicit conversion from ScalaReadJournal to Ensuring[ScalaReadJournal] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): ScalaReadJournal
    Implicit
    This member is added by an implicit conversion from ScalaReadJournal to Ensuring[ScalaReadJournal] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def eventsByPersistenceId(persistenceId: String, fromSequenceNr: Long, toSequenceNr: Long): Source[EventEnvelope, NotUsed]

    Returns the live stream of events for the given persistenceId.

    Returns the live stream of events for the given persistenceId. Events are ordered by sequenceNr. When the toSequenceNr has been delivered, the stream is closed.

    Definition Classes
    ScalaReadJournal → EventsByPersistenceIdQuery
  18. def eventsByTag(tag: String, offset: Offset): Source[EventEnvelope, NotUsed]

    Returns the live stream of events with a given tag.

    Returns the live stream of events with a given tag. The events are sorted in the order they occurred, you can rely on it.

    Definition Classes
    ScalaReadJournal → EventsByTagQuery
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ScalaReadJournal to StringFormat[ScalaReadJournal] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def persistenceIds(): Source[String, NotUsed]

    Returns the live stream of persisted identifiers.

    Returns the live stream of persisted identifiers. Identifiers may appear several times in the stream.

    Definition Classes
    ScalaReadJournal → PersistenceIdsQuery
  27. val redis: RedisClient
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def [B](y: B): (ScalaReadJournal, B)
    Implicit
    This member is added by an implicit conversion from ScalaReadJournal to ArrowAssoc[ScalaReadJournal] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from CurrentEventsByTagQuery

Inherited from PersistenceIdsQuery

Inherited from EventsByTagQuery

Inherited from ReadJournal

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ScalaReadJournal to any2stringadd[ScalaReadJournal]

Inherited by implicit conversion StringFormat from ScalaReadJournal to StringFormat[ScalaReadJournal]

Inherited by implicit conversion Ensuring from ScalaReadJournal to Ensuring[ScalaReadJournal]

Inherited by implicit conversion ArrowAssoc from ScalaReadJournal to ArrowAssoc[ScalaReadJournal]

Ungrouped