Class TableReviver

java.lang.Object
io.deephaven.web.client.state.TableReviver
All Implemented Interfaces:
HasTableBinding

public class TableReviver extends Object implements HasTableBinding
Instances of this class are responsible for bringing CTS back to life. The RequestBatcher class has been refactored to take an interface, HasTableBinding, which the TableReviver implements, so that it can assemble "rebuild this state" requests.