Interface Registration

All Known Subinterfaces:
ObjectType, Plugin
All Known Implementing Classes:
EchoObjectType, FigureWidgetTypePlugin, HierarchicalTableTypePlugin, JsPlugin, JsPluginConfigDirRegistration, JsPluginManifestRegistration, JsPluginNpmPackageRegistration, ObjectTypeBase, ObjectTypeBase.FetchOnly, ObjectTypeClassBase, ObjectTypeClassBase.FetchOnly, PartitionedTableTypePlugin, PluginBase, PythonPluginsRegistration

public interface Registration
The registration interface for plugins.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The registration entrypoint.
  • Method Details

    • registerInto

      void registerInto(Registration.Callback callback)
      The registration entrypoint.

      May be called multiple times.

      Parameters:
      callback - the callback.