Interface GroovyConsoleSessionWithDatabaseModule
@Module(includes=io.deephaven.server.console.groovy.InitScriptsModule.ServiceLoader.class)
public interface GroovyConsoleSessionWithDatabaseModule
-
Method Summary
Modifier and TypeMethodDescriptionstatic GroovyDeephavenSession
provideGroovySession
(UpdateGraph updateGraph, ObjectTypeLookup lookup, ScriptSession.Listener listener, GroovyDeephavenSession.RunScripts runScripts, Database database) static ScriptSession
provideScriptSession
(GroovyDeephavenSession groovySession)
-
Method Details
-
provideScriptSession
@Provides @IntoMap @StringKey("groovy") static ScriptSession provideScriptSession(GroovyDeephavenSession groovySession) -
provideGroovySession
@Provides static GroovyDeephavenSession provideGroovySession(@Named("DEFAULT") UpdateGraph updateGraph, ObjectTypeLookup lookup, ScriptSession.Listener listener, GroovyDeephavenSession.RunScripts runScripts, Database database) -
bindDatabaseMethods
-