class ScalaReadJournal extends ReadJournal with EventsByTagQuery with EventsByPersistenceIdQuery with PersistenceIdsQuery with CurrentPersistenceIdsQuery with CurrentEventsByPersistenceIdQuery with CurrentEventsByTagQuery
- Alphabetic
- By Inheritance
- ScalaReadJournal
- CurrentEventsByTagQuery
- CurrentEventsByPersistenceIdQuery
- CurrentPersistenceIdsQuery
- PersistenceIdsQuery
- EventsByPersistenceIdQuery
- EventsByTagQuery
- ReadJournal
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
 
- 
      
      
      
        
      
    
      
        
        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 bysequenceNr. When thetoSequenceNrhas been delivered or no more elements are available at the current time, the stream is closed.- Definition Classes
- ScalaReadJournal → CurrentEventsByPersistenceIdQuery
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        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 bysequenceNr. When thetoSequenceNrhas been delivered, the stream is closed.- Definition Classes
- ScalaReadJournal → EventsByPersistenceIdQuery
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        
        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
 
-  val redis: RedisClient
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        
        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