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:
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionSbpPluginRestartedEvent(org.springframework.context.ApplicationContext pluginApplicationContext) -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
SbpPluginRestartedEvent
public SbpPluginRestartedEvent(org.springframework.context.ApplicationContext pluginApplicationContext)
-