Package org.laxture.sbp.spring.boot
Class SbpPluginRestartedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.laxture.sbp.spring.boot.SbpPluginRestartedEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class SbpPluginRestartedEvent extends org.springframework.context.ApplicationEventThis 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SbpPluginRestartedEvent(org.springframework.context.ApplicationContext pluginApplicationContext)
-