Class DynamicTableDataService

java.lang.Object
io.deephaven.enterprise.tabledataservice.DelegatingTableDataService
io.deephaven.enterprise.tabledataservice.DynamicTableDataService
All Implemented Interfaces:
TableDataService, TableDataServiceDescriptor

public class DynamicTableDataService extends DelegatingTableDataService implements TableDataServiceDescriptor
A TableDataService that can be dynamically updated when the source DataRoutingService changes. Note that the creation context "belongs" to the owner of this DynamicTableDataService. No consideration is given to making access to it thread-safe.