Class GetValueResult
java.lang.Object
io.fluxcapacitor.common.api.keyvalue.GetValueResult
- All Implemented Interfaces:
JsonType
,RequestResult
Response to a
GetValue
request, returning the value associated with the given key.
The result includes the serialized form of the value (if found) and a timestamp marking when the value was retrieved.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoMetric()
Lightweight representation of this response for metrics logging.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.fluxcapacitor.common.api.RequestResult
getRequestId, getTimestamp