Interface OMRSTopicListener
- All Superinterfaces:
OMRSTopicRepositoryEventListener
- All Known Implementing Classes:
AssetCatalogOMRSTopicListener
,AssetConsumerOMRSTopicListener
,AssetLineageOMRSTopicListener
,AssetManagerOMRSTopicListener
,AssetOwnerOMRSTopicListener
,CommunityProfileOMRSTopicListener
,ConformanceSuiteOMRSTopicListener
,DataManagerOMRSTopicListener
,DataPrivacyOMRSTopicListener
,DataScienceOMRSTopicListener
,DesignModelOMRSTopicListener
,DevOpsOMRSTopicListener
,DigitalArchitectureOMRSTopicListener
,DigitalServiceOMRSTopicListener
,GovernanceEngineOMRSTopicListener
,ITInfrastructureOMRSTopicListener
,OMRSEventListener
,OMRSTopicListenerBase
,OMRSTopicListenerWrapper
,PerformanceSuiteOMRSTopicListener
,ProjectManagementOMRSTopicListener
,SecurityManagerOMRSTopicListener
,SecurityOfficerOMRSTopicListener
,SoftwareDeveloperOMRSTopicListener
,StewardshipActionOMRSTopicListener
,SubjectAreaOMRSTopicListener
OMRSTopicListener defines the interface that a listener must implement in order to receive events
from the OMRSTopicConnector.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Method to pass a Registry event received on topic.Methods inherited from interface org.odpi.openmetadata.repositoryservices.connectors.omrstopic.OMRSTopicRepositoryEventListener
processInstanceEvent, processTypeDefEvent
-
Method Details
-
processRegistryEvent
Method to pass a Registry event received on topic.- Parameters:
event
- inbound event
-