Class Read

java.lang.Object
io.fluxzero.common.api.Request
io.fluxzero.common.api.tracking.Read
All Implemented Interfaces:
JsonType
Direct Known Subclasses:
ClaimSegment

public class Read extends Request
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:
      true if messages should not be filtered by target client/tracker ID. This is the inverse of filterMessageTarget.