Class SbpPluginRestartedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.laxture.sbp.spring.boot.SbpPluginRestartedEvent
All Implemented Interfaces:
Serializable

public class SbpPluginRestartedEvent extends org.springframework.context.ApplicationEvent
This event will be published to plugin application context once plugin is restarted. Note that this event will not be fired duaring main app application context starting phase.
See Also:
  • Constructor Details

    • SbpPluginRestartedEvent

      public SbpPluginRestartedEvent(org.springframework.context.ApplicationContext pluginApplicationContext)