UpdateFailure

org.apache.pekko.cluster.ddata.Replicator$.UpdateFailure
sealed abstract class UpdateFailure[A <: ReplicatedData] extends UpdateResponse[A]

Attributes

Source
Replicator.scala
Graph
Supertypes
class UpdateResponse[A]
class Object
trait Matchable
class Any
Known subtypes
class ModifyFailure[A]
class StoreFailure[A]
class UpdateTimeout[A]

Members list

Value members

Inherited methods

def getRequest: Optional[Any]

Java API

Java API

Attributes

Inherited from:
UpdateResponse
Source
Replicator.scala
def key: Key[A]

Attributes

Inherited from:
UpdateResponse
Source
Replicator.scala
def request: Option[Any]

Attributes

Inherited from:
UpdateResponse
Source
Replicator.scala