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