Class ServerReplyHandle

java.lang.Object
io.deephaven.web.shared.cmd.ServerReplyHandle
All Implemented Interfaces:
Serializable

public abstract class ServerReplyHandle extends Object implements Serializable
Like a TableHandle, but not constrained to tables (i.e. not always a TableHandle). This allows us to build infrastructure like metrics without requiring use of table handle semantics.
See Also:
  • Field Details

    • DESERIALIZATION_IN_PROGRESS

      public static final int DESERIALIZATION_IN_PROGRESS
      Use this in public no-arg constructors for serialization; serialization is allowed to overwrite final fields, so just call this(DESERIALIZATION_IN_PROGRESS); inside your no-arg ctors.
      See Also:
    • UNINITIALIZED

      public static final int UNINITIALIZED
      See Also:
  • Constructor Details

    • ServerReplyHandle

      public ServerReplyHandle()
  • Method Details

    • getClientId

      public abstract int getClientId()