GetFailure

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

The Get request could not be fulfill according to the given consistency level and timeout.

Attributes

Source
Replicator.scala
Graph
Supertypes
trait Product
trait Equals
trait Serializable
class GetResponse[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:
GetResponse
Source
Replicator.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product