Class AsyncPluginEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.plugin.AsyncPluginEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AsyncPluginDisableEvent, AsyncPluginEnableEvent, AsyncPluginInstallEvent, AsyncPluginUninstallEvent

@AsynchronousPreferred public abstract class AsyncPluginEvent extends ConfluenceEvent
This class is an asynchronous and non-clustered version of PluginEvent.
Since:
5.10
See Also:
  • Constructor Details

    • AsyncPluginEvent

      public AsyncPluginEvent(Object src, String pluginKey)
  • Method Details

    • getPluginKey

      public String getPluginKey()