java.lang.Object
com.lightstreamer.interfaces.metadata.Mode

public class Mode extends Object
Used by Lightstreamer to identify 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()
      Gets the internal name of the publishing Mode.
      Overrides:
      toString in class Object
      Returns:
      the Mode name.