Class GovernanceServerEventListener
java.lang.Object
org.odpi.openmetadata.accessservices.governanceserver.api.GovernanceServerEventListener
- Direct Known Subclasses:
GovernanceServerOutTopicListener
,GovernanceServerOutTopicListener
,GovernanceServerOutTopicListener
GovernanceServerEventListener is the interface that a client implements to
register to receive the events from the Governance Server OMAS's out topic.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
Process an event that was published by the Governance Server OMAS.
-
Constructor Details
-
GovernanceServerEventListener
public GovernanceServerEventListener()
-
-
Method Details
-
processEvent
Process an event that was published by the Governance Server OMAS.- Parameters:
event
- event object - call getEventType to find out what type of event.
-