Package io.deephaven.client.impl
Interface ObjectService.Fetchable
- All Superinterfaces:
AutoCloseable,Closeable,HasExportId,HasPathId,HasTicketId,HasTypedTicket,ServerObject
- All Known Implementing Classes:
CustomObject
- Enclosing interface:
- ObjectService
A server object that supports fetching.
-
Method Summary
Methods inherited from interface io.deephaven.client.impl.HasExportId
exportIdMethods inherited from interface io.deephaven.client.impl.HasTicketId
ticketIdMethods inherited from interface io.deephaven.client.impl.HasTypedTicket
typedTicketMethods inherited from interface io.deephaven.client.impl.ServerObject
close, release
-
Method Details
-
type
String type()The type.- Returns:
- the type
-
fetch
CompletableFuture<ServerData> fetch()Fetchesthis. The resulting object is managed separately fromthis.- Returns:
- the future
- See Also:
-