Class ClaimSegmentResult
java.lang.Object
io.fluxcapacitor.common.api.tracking.ClaimSegmentResult
- All Implemented Interfaces:
JsonType
,RequestResult
Result of a
ClaimSegment
request.
This response confirms that a tracker has successfully claimed a segment range for client-controlled tracking.
It provides the current Position
and the claimed segment range, allowing the client to manage its own
message consumption logic.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Lightweight metric representation of aClaimSegmentResult
, used for telemetry. -
Constructor Summary
Constructors -
Method Summary
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