Class AsyncPluginFrameworkStartedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.confluence.event.events.ConfluenceEvent
-
- com.atlassian.confluence.event.events.plugin.AsyncPluginFrameworkStartedEvent
-
- All Implemented Interfaces:
Serializable
@AsynchronousPreferred public class AsyncPluginFrameworkStartedEvent extends ConfluenceEvent
Published when the plugin framework has finished starting.Asynchronous version of
PluginFrameworkStartedEvent
.Used internally for instance warming operations after application startup.
- Since:
- 5.9
- See Also:
ConfluencePluginManager.init()
, Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description AsyncPluginFrameworkStartedEvent(Object source)
-
Method Summary
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
AsyncPluginFrameworkStartedEvent
public AsyncPluginFrameworkStartedEvent(Object source)
-
-