Package io.deephaven.plugin.type
Interface Exporter.Reference
- Enclosing class:
- Exporter
public static interface Exporter.Reference
A reference.
-
Method Summary
-
Method Details
-
index
int index()The index, which is defined by the order in which references are created. May be used in the output stream to refer to the reference from the client.- Returns:
- the index
-
type
Deprecated.As of 0.27.0, this will always return empty.The type.- Returns:
- the type, if present
-