Interface PluginSpringContextListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void contextCreated​(org.springframework.context.ApplicationContext applicationContext, PluginInfo plugin)
      Called just after plugin context is created, but before ConfigurableApplicationContext.refresh() is called.
      void contextFailedToLoad​(org.springframework.context.ApplicationContext applicationContext, PluginInfo plugin, Throwable loadException)
      May be called after plugin context is created and ConfigurableApplicationContext.refresh() is called if plugin spring context has failed to initialize.
      void contextLoaded​(org.springframework.context.ApplicationContext applicationContext, PluginInfo plugin)
      Called just after plugin context is created and ConfigurableApplicationContext.refresh() is called.