Class PythonPluginsRegistration
java.lang.Object
io.deephaven.server.plugin.python.PythonPluginsRegistration
- All Implemented Interfaces:
Registration
Registers all
Plugin
found via python method "deephaven.plugin:register_all_into". See
the deephaven-plugin python package for more information, if ScriptSession.scriptType()
is python
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Nested classes/interfaces inherited from interface io.deephaven.plugin.Registration
Registration.Callback
-
Constructor Summary
ConstructorDescriptionPythonPluginsRegistration
(javax.inject.Provider<ScriptSession> scriptSessionProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoid
registerInto
(Registration.Callback callback) The registration entrypoint.
-
Constructor Details
-
PythonPluginsRegistration
@Inject public PythonPluginsRegistration(javax.inject.Provider<ScriptSession> scriptSessionProvider)
-
-
Method Details
-
registerInto
Description copied from interface:Registration
The registration entrypoint.May be called multiple times.
- Specified by:
registerInto
in interfaceRegistration
- Parameters:
callback
- the callback.
-