Class GovernanceEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.alibaba.cloud.commons.governance.event.GovernanceEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthDataChangedEvent,RoutingDataChangedEvent
public class GovernanceEvent
extends org.springframework.context.ApplicationEvent
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
GovernanceEvent
Create a newApplicationEvent.- Parameters:
source- the object on which the event initially occurred or with which the event is associated (nevernull)
-