Class GovernanceEngineConfigurationEvent

java.lang.Object
org.odpi.openmetadata.accessservices.governanceengine.events.GovernanceEngineEvent
org.odpi.openmetadata.accessservices.governanceengine.events.GovernanceEngineConfigurationEvent
All Implemented Interfaces:
Serializable

public class GovernanceEngineConfigurationEvent extends GovernanceEngineEvent
GovernanceEngineConfigurationEvent is used to inform the governance server that the configuration of one of its governance engines has changed.
See Also:
  • Constructor Details

    • GovernanceEngineConfigurationEvent

      public GovernanceEngineConfigurationEvent()
      Default constructor
    • GovernanceEngineConfigurationEvent

      public GovernanceEngineConfigurationEvent(GovernanceEngineConfigurationEvent template)
      Copy/clone constructor.
      Parameters:
      template - object to copy
  • Method Details