Class PluginTransactionStartEvent
java.lang.Object
com.atlassian.plugin.event.events.PluginTransactionStartEvent
Event send at the start of a
PluginController action wrapping existing plugin events.- Since:
- 5.1.3
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PluginTransactionStartEvent
public PluginTransactionStartEvent()
-
-
Method Details
-
threadId
public long threadId()- Returns:
- thread ID of the thread sending this event; can be used to match
PluginTransactionStartEventandPluginTransactionEndEvent
-