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
Since:
2.2.10-RC1
Author:
musi,
See Also:
  • Constructor Details

    • GovernanceEvent

      public GovernanceEvent(Object source)
      Create a new ApplicationEvent.
      Parameters:
      source - the object on which the event initially occurred or with which the event is associated (never null)