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
Nested ClassesModifier and TypeClassDescriptionstatic interfaceNested classes/interfaces inherited from interface io.deephaven.plugin.Registration
Registration.Callback -
Constructor Summary
ConstructorsConstructorDescriptionPythonPluginsRegistration(javax.inject.Provider<ScriptSession> scriptSessionProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterInto(Registration.Callback callback) The registration entrypoint.
-
Constructor Details
-
PythonPluginsRegistration
@Inject public PythonPluginsRegistration(javax.inject.Provider<ScriptSession> scriptSessionProvider)
-
-
Method Details
-
registerInto
Description copied from interface:RegistrationThe registration entrypoint.May be called multiple times.
- Specified by:
registerIntoin interfaceRegistration- Parameters:
callback- the callback.
-