Class WebChunkWriterFactory

java.lang.Object
io.deephaven.web.client.api.barrage.WebChunkWriterFactory
All Implemented Interfaces:
ChunkWriter.Factory

public class WebChunkWriterFactory extends Object implements ChunkWriter.Factory
Creates writers for chunks. All chunks are expected to be ObjectChunks initially, this class will transform them as needed to the appropriate types. Chunks should contain the correct data, but may have that masked as Any to allow for null.
  • Constructor Details

    • WebChunkWriterFactory

      public WebChunkWriterFactory()
  • Method Details