Interface MasterSerial

All Superinterfaces:
Serializable
All Known Subinterfaces:
MasterSerialEvent
All Known Implementing Classes:
MasterSerialListEvent

public interface MasterSerial extends Serializable
Wraps the master serial used by the ModificationTracker.
The tracker of a remote client periodically requests the master serial from the server. This is a long primitive wrapped in an object implementing MasterSerial. This can be a record or some other object representing a MasterSerialEvent with optional, application-specific payload data.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Gets the serial value.
  • Method Details

    • serial

      long serial()
      Gets the serial value.
      Returns:
      the serial