Class ReadFromIndexResult
java.lang.Object
io.fluxzero.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 classMetric 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RequestResult
getRequestId, getTimestamp
-
Constructor Details
-
ReadFromIndexResult
public ReadFromIndexResult()
-
-
Method Details