Class ReadFromIndex
java.lang.Object
io.fluxcapacitor.common.api.Request
io.fluxcapacitor.common.api.tracking.ReadFromIndex
- All Implemented Interfaces:
JsonType
Request to fetch a batch of messages from a given log starting from a given index.
This low-level API is typically used by administrators or tools that want to directly inspect messages in a message log without relying on a registered consumer or tracker.
This request bypasses the segment claiming and tracker coordination logic normally used in streaming consumption. It is useful for debugging, audit trails, or manual inspection of persisted messages.
-
Constructor Details
-
ReadFromIndex
public ReadFromIndex()
-