final class Replay extends Product2[String, Set[PersistenceIdOffset]] with SubscriberCommand with Serializable
Explicit request to replay events for given entities.
Use the replayCorrelationId
from the GrpcReadJournal
.
- Source
- ConsumerFilter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Replay
- Serializable
- SubscriberCommand
- Command
- Product2
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Replay(streamId: String, persistenceIdOffsets: Set[PersistenceIdOffset], correlationId: UUID)
Java API
Java API
Use the
replayCorrelationId
from theGrpcReadJournal
. - new Replay(streamId: String, persistenceIdOffsets: Set[PersistenceIdOffset])
Java API
- new Replay(streamId: String, persistenceIdOffsets: Set[PersistenceIdOffset])
- new Replay(streamId: String, persistenceIdOffsets: Set[PersistenceIdOffset], correlationId: Option[UUID])
Value Members
- def _1: String
- Definition Classes
- Replay → Product2
- def _2: Set[PersistenceIdOffset]
- Definition Classes
- Replay → Product2
- def canEqual(that: Any): Boolean
- Definition Classes
- Replay → Equals
- def copy(streamId: String = streamId, persistenceIdOffsets: Set[PersistenceIdOffset] = persistenceIdOffsets): Replay
- val correlationId: Option[UUID]
- def equals(obj: Any): Boolean
- Definition Classes
- Replay → Equals → AnyRef → Any
- def hashCode(): Int
- Definition Classes
- Replay → AnyRef → Any
- val persistenceIdOffsets: Set[PersistenceIdOffset]
- def productArity: Int
- Definition Classes
- Product2 → Product
- def productElement(n: Int): Any
- Definition Classes
- Product2 → Product
- Annotations
- @throws(classOf[java.lang.IndexOutOfBoundsException])
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Replay → Product
- val streamId: String
- Definition Classes
- Replay → SubscriberCommand
- def toReplayWithFilter: ReplayWithFilter
- def toString(): String
- Definition Classes
- Replay → AnyRef → Any