Class Read
java.lang.Object
io.fluxzero.common.api.Request
io.fluxzero.common.api.tracking.Read
- All Implemented Interfaces:
JsonType
- Direct Known Subclasses:
ClaimSegment
Command to read a batch of messages from the Fluxzero Runtime for a given consumer and tracker.
This is a low-level API, typically only used internally in Fluxzero by client-side tracking mechanisms or in advanced Fluxzero projects to support external consumers.
-
Constructor Details
-
Read
public Read()
-
-
Method Details
-
isIgnoreMessageTarget
public boolean isIgnoreMessageTarget()- Returns:
trueif messages should not be filtered by target client/tracker ID. This is the inverse offilterMessageTarget.
-