object Replay extends AbstractFunction2[String, Set[PersistenceIdOffset], Replay] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Replay
  2. Serializable
  3. AbstractFunction2
  4. Function2
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(streamId: String, persistenceIdOffsets: Set[PersistenceIdOffset], correlationId: UUID): Replay

    Use the replayCorrelationId from the GrpcReadJournal.

  2. def apply(streamId: String, persistenceIdOffsets: Set[PersistenceIdOffset]): Replay
    Definition Classes
    Replay → Function2
  3. def curried: (String) => (Set[PersistenceIdOffset]) => Replay
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  4. def toString(): String
    Definition Classes
    Function2 → AnyRef → Any
  5. def tupled: ((String, Set[PersistenceIdOffset])) => Replay
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  6. def unapply(arg: Replay): Option[(String, Set[PersistenceIdOffset])]