final case class UpdateSuccess[A <: ReplicatedData](key: Key[A], request: Option[Any]) extends UpdateResponse[A] with DeadLetterSuppression with Product with Serializable
- Source
- Replicator.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- UpdateSuccess
- Serializable
- Product
- Equals
- DeadLetterSuppression
- UpdateResponse
- NoSerializationVerificationNeeded
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def getRequest: [Any]
Java API
Java API
- Definition Classes
- UpdateResponse
- val key: Key[A]
- Definition Classes
- → UpdateResponse
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val request: [Any]
- Definition Classes
- → UpdateResponse