Class ProtoMessageTableContext
java.lang.Object
io.deephaven.enterprise.webclientdata2.ProtoMessageTableContext
- All Implemented Interfaces:
SafeCloseable,AutoCloseable
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProtoMessageTableContext(Descriptors.Descriptor descriptor, TableDefinition tableDefinition, UpdateSourceRegistrar updateSourceRegistrar, ProtoMessageTableContext.KeyOrValueProcessorImpl processor, Runnable shutdownHook, boolean extraLongColumn) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static ProtoMessageTableContextof(Descriptors.Descriptor descriptor, UpdateSourceRegistrar updateSourceRegistrar, Runnable shutdownHook, String extraLongColumnNameOrNull)
-
Constructor Details
-
ProtoMessageTableContext
public ProtoMessageTableContext(Descriptors.Descriptor descriptor, TableDefinition tableDefinition, UpdateSourceRegistrar updateSourceRegistrar, ProtoMessageTableContext.KeyOrValueProcessorImpl processor, Runnable shutdownHook, boolean extraLongColumn)
-
-
Method Details
-
of
public static ProtoMessageTableContext of(Descriptors.Descriptor descriptor, UpdateSourceRegistrar updateSourceRegistrar, Runnable shutdownHook, String extraLongColumnNameOrNull) -
getBlinkTable
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSafeCloseable
-
publisher
-