NotFound

final case class NotFound[A <: ReplicatedData](key: Key[A], request: Option[Any]) extends GetResponse[A] with ReplicatorMessage
trait Product
trait Equals
trait Serializable
class GetResponse[A]
class Object
trait Matchable
class Any

Value members

Inherited methods

def getRequest: Optional[Any]

Java API

Java API

Inherited from:
GetResponse
Source:
Replicator.scala
Inherited from:
Product