Package io.deephaven.web.client.api
Interface JsTableFetch
public interface JsTableFetch
Describe how to perform initial fetch for a table
-
Method Summary
Modifier and TypeMethodDescriptionvoidfetch(io.grpc.stub.StreamObserver<ExportedTableCreationResponse> callback, ClientTableState newState)
-
Method Details
-
fetch
void fetch(io.grpc.stub.StreamObserver<ExportedTableCreationResponse> callback, ClientTableState newState)
-