Class GovernanceListenerManager
java.lang.Object
org.odpi.openmetadata.frameworkservices.gaf.client.GovernanceListenerManager
GovernanceListenerManager manages the watchdog listeners through a single registration to the Governance Engine OMAS's
out topic. This approach is used to enable the rapid changing list of watchdog listeners and their listening specification
without pushing that churn to the event bus.
-
Constructor Summary
ConstructorDescriptionGovernanceListenerManager
(AuditLog auditLog, String governanceEngineName) Create a governance listener manager for watchdog listeners. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Process a watchdog event that was published by the Governance Engine OMAS.void
removeListener
(String connectorId) Remove the listener for a specific governance service because this service has been disconnected.
-
Constructor Details
-
GovernanceListenerManager
Create a governance listener manager for watchdog listeners.- Parameters:
auditLog
- audit log for the listener managergovernanceEngineName
- engine name for messages
-
-
Method Details
-
processEvent
Process a watchdog event that was published by the Governance Engine OMAS.- Parameters:
event
- event object - call getEventType to find out what type of event.- Throws:
InvalidParameterException
- the event is incomplete
-
removeListener
Remove the listener for a specific governance service because this service has been disconnected.- Parameters:
connectorId
- unique id of governance service instance
-