Uses of Class
org.odpi.openmetadata.accessservices.governanceengine.events.GovernanceEngineEvent
-
Packages that use GovernanceEngineEvent Package Description org.odpi.openmetadata.accessservices.governanceengine.api The API package defines the Java interfaces supported by the Governance Engine OMAS.org.odpi.openmetadata.accessservices.governanceengine.events Event structures for the Governance Engine OMAS Out Topic -
-
Uses of GovernanceEngineEvent in org.odpi.openmetadata.accessservices.governanceengine.api
Methods in org.odpi.openmetadata.accessservices.governanceengine.api with parameters of type GovernanceEngineEvent Modifier and Type Method Description abstract voidGovernanceEngineEventListener. processEvent(GovernanceEngineEvent event)Process an event that was published by the Governance Engine OMAS. -
Uses of GovernanceEngineEvent in org.odpi.openmetadata.accessservices.governanceengine.events
Subclasses of GovernanceEngineEvent in org.odpi.openmetadata.accessservices.governanceengine.events Modifier and Type Class Description classGovernanceActionEventGovernanceActionEvent is used to inform the governance server that there is a governance action to run.classGovernanceEngineConfigurationEventGovernanceEngineConfigurationEvent is used to inform the governance server that the configuration of one of its governance engines has changed.classGovernanceServiceConfigurationEventGovernanceServiceConfigurationEvent is used to inform a governance server that the configuration of one of the governance services within one of its governance engines has changed.classWatchdogGovernanceServiceEventWatchdogGovernanceServiceEvent holds a formatted event for a watchdog governance action service.
-