Package io.deephaven.client.impl
Interface ConsoleService
- All Known Subinterfaces:
Session
- All Known Implementing Classes:
SessionBase
,SessionImpl
public interface ConsoleService
-
Method Summary
Modifier and TypeMethodDescriptionCompletableFuture<? extends ConsoleSession>
Creates a new console session of script typetype
.publish
(String name, HasTicketId ticketId) Publishesticket
into the global scope withname
.
-
Method Details
-
console
Creates a new console session of script typetype
.Note: the server does not currently support independent console sessions. See Issue 1172.
- Parameters:
type
- the script type- Returns:
- the console session future
-
publish
Publishesticket
into the global scope withname
.- Parameters:
name
- the name, must conform toSourceVersion.isName(CharSequence)
ticketId
- the export ID- Returns:
- the publish completable future
-