object ReplayWithFilter extends AbstractFunction2[String, Set[ReplayPersistenceId], ReplayWithFilter] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReplayWithFilter
  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, replayPersistenceIds: Set[ReplayPersistenceId], correlationId: UUID): ReplayWithFilter

    Use the replayCorrelationId from the GrpcReadJournal.

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