Class ReadFromIndexResult
java.lang.Object
io.fluxcapacitor.common.api.tracking.ReadFromIndexResult
- All Implemented Interfaces:
JsonType
,RequestResult
Result for a
ReadFromIndex
request.
Contains the messages read from the specified index and accompanying metadata for auditing and metrics logging.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Metric representation of aReadFromIndexResult
, used for internal monitoring and analytics. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoMetric()
Converts this result into a metric representation, which includes the number of messages and timestamp.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
-
Constructor Details
-
ReadFromIndexResult
public ReadFromIndexResult()
-
-
Method Details