final class ReplayWithFilter extends Product2[String, Set[ReplayPersistenceId]] 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
- ReplayWithFilter
- Serializable
- SubscriberCommand
- Command
- Product2
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ReplayWithFilter(streamId: String, persistenceIdOffsets: Set[ReplayPersistenceId], correlationId: UUID)
Java API
Java API
Use the
replayCorrelationId
from theGrpcReadJournal
. - new ReplayWithFilter(streamId: String, persistenceIdOffsets: Set[ReplayPersistenceId])
Java API
- new ReplayWithFilter(streamId: String, replayPersistenceIds: Set[ReplayPersistenceId])
- new ReplayWithFilter(streamId: String, replayPersistenceIds: Set[ReplayPersistenceId], correlationId: Option[UUID])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def _1: String
- Definition Classes
- ReplayWithFilter → Product2
- def _2: Set[ReplayPersistenceId]
- Definition Classes
- ReplayWithFilter → Product2
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canEqual(that: Any): Boolean
- Definition Classes
- ReplayWithFilter → Equals
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def copy(streamId: String = streamId, replayPersistenceIds: Set[ReplayPersistenceId] = replayPersistenceIds): ReplayWithFilter
- val correlationId: Option[UUID]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- ReplayWithFilter → Equals → AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- ReplayWithFilter → AnyRef → Any
- 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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- 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
- ReplayWithFilter → Product
- val replayPersistenceIds: Set[ReplayPersistenceId]
- val streamId: String
- Definition Classes
- ReplayWithFilter → SubscriberCommand
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- ReplayWithFilter → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])