Class CustomObject

java.lang.Object
io.deephaven.client.impl.CustomObject
All Implemented Interfaces:
HasExportId, HasPathId, HasTicketId, HasTypedTicket, ObjectService.Bidirectional, ObjectService.Fetchable, ServerObject, Closeable, AutoCloseable

public final class CustomObject extends Object implements ObjectService.Fetchable, ObjectService.Bidirectional
A custom server object that may be ObjectService.Fetchable or ObjectService.Bidirectional. The client is responsible for implementing the necessarily retrieval logic according to the specific type().
See Also: