Interface OMRSTopicListener
- All Superinterfaces:
OMRSTopicRepositoryEventListener
- All Known Implementing Classes:
AssetConsumerOMRSTopicListener
,AssetManagerOMRSTopicListener
,AssetOwnerOMRSTopicListener
,CommunityProfileOMRSTopicListener
,ConformanceSuiteOMRSTopicListener
,DataManagerOMRSTopicListener
,DataScienceOMRSTopicListener
,DesignModelOMRSTopicListener
,DigitalArchitectureOMRSTopicListener
,DigitalServiceOMRSTopicListener
,GovernanceEngineOMRSTopicListener
,GovernanceServerOMRSTopicListener
,ITInfrastructureOMRSTopicListener
,OMRSEventListener
,OMRSTopicListenerBase
,OMRSTopicListenerWrapper
,PerformanceSuiteOMRSTopicListener
,ProjectManagementOMRSTopicListener
,SecurityManagerOMRSTopicListener
,SoftwareDeveloperOMRSTopicListener
,StewardshipActionOMRSTopicListener
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
-