UpdateDataDeleted

org.apache.pekko.cluster.ddata.Replicator$.UpdateDataDeleted
final case class UpdateDataDeleted[A <: ReplicatedData](key: Key[A], request: Option[Any]) extends UpdateResponse[A]

The Update couldn't be performed because the entry has been deleted.

Attributes

Source
Replicator.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class UpdateResponse[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def getRequest: Optional[Any]

Java API

Java API

Attributes

Inherited from:
UpdateResponse
Source
Replicator.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product