Interface WatchdogEventSupportingEngine
- All Known Implementing Classes:
GovernanceActionEngineHandler,WatchdogActionEngineHandler
public interface WatchdogEventSupportingEngine
-
Method Summary
Modifier and TypeMethodDescriptionvoidpublishWatchdogEvent(OpenMetadataOutTopicEvent watchdogGovernanceEvent) Pass on the watchdog event to any governance service that supports them.
-
Method Details
-
publishWatchdogEvent
void publishWatchdogEvent(OpenMetadataOutTopicEvent watchdogGovernanceEvent) throws InvalidParameterException Pass on the watchdog event to any governance service that supports them.- Parameters:
watchdogGovernanceEvent- element describing the changing metadata data.- Throws:
InvalidParameterException- Vital fields of the governance action are not filled out
-