Class Mode

java.lang.Object
com.lightstreamer.adapters.remote.Mode

public class Mode extends Object
Encapsulates a publishing Mode. The different Modes handled by Lightstreamer Kernel can be uniquely identified by the static constants defined in this class. See the technical documents for a detailed description of Modes.
  • Field Details

    • RAW

      @Nonnull public static final Mode RAW
      The RAW Mode.
    • MERGE

      @Nonnull public static final Mode MERGE
      The MERGE Mode.
    • DISTINCT

      @Nonnull public static final Mode DISTINCT
      The DISTINCT Mode.
    • COMMAND

      @Nonnull public static final Mode COMMAND
      The COMMAND Mode.
  • Method Details

    • toString

      @Nonnull public String toString()
      Method ToString.
      Overrides:
      toString in class Object
      Returns:
      ...
    • equals

      public boolean equals(@Nonnull Object other)
      Method Equals.
      Overrides:
      equals in class Object
      Parameters:
      other - ...
      Returns:
      ...