Class ClusterNodeEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.cluster.ClusterNodeEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClusterMembershipEvent
A base class for events related to the cluster.
This class exists primarily to simplify writing event types. Plugins should not listen for this low-level base class; they should listen for specific subclasses.
Cluster node events are not part of the ApplicationEvent
hierarchy. Most cluster
node events happen in response to system-level actions, like new nodes joining or existing nodes departing, rather than
happening in response to user actions, so they have their own hierarchy.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Method Details
-
getDate
- Returns:
- the timestamp when the event was raised
-