Interface PluginContextUpdater

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void updatePluginContext​(org.springframework.beans.factory.config.ConfigurableListableBeanFactory childContext, PluginData plugin)
      Could modify the context - eg register proxies, additional per-plugin services and so on
    • Method Detail

      • updatePluginContext

        void updatePluginContext​(@NotNull
                                 org.springframework.beans.factory.config.ConfigurableListableBeanFactory childContext,
                                 @NotNull
                                 PluginData plugin)
        Could modify the context - eg register proxies, additional per-plugin services and so on
        Parameters:
        childContext -
        plugin -