Interface OMRSTopicRepositoryEventListener
- All Known Subinterfaces:
OMRSTopicListener
- All Known Implementing Classes:
AssetConsumerOMRSTopicListener
,AssetManagerOMRSTopicListener
,AssetOwnerOMRSTopicListener
,CommunityProfileOMRSTopicListener
,ConformanceSuiteOMRSTopicListener
,DataManagerOMRSTopicListener
,DataScienceOMRSTopicListener
,DesignModelOMRSTopicListener
,DigitalArchitectureOMRSTopicListener
,DigitalServiceOMRSTopicListener
,GovernanceServerOMRSTopicListener
,ITInfrastructureOMRSTopicListener
,OMRSEventListener
,OMRSTopicListenerBase
,OMRSTopicListenerWrapper
,PerformanceSuiteOMRSTopicListener
,ProjectManagementOMRSTopicListener
,SecurityManagerOMRSTopicListener
,SoftwareDeveloperOMRSTopicListener
,StewardshipActionOMRSTopicListener
public interface OMRSTopicRepositoryEventListener
OMRSTopicRepositoryEventListener defines the interface that a listener must implement in order to receive repository
events from the OMRSTopicConnector. These are the type and instance events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Method to pass an Instance event received on topic.void
Method to pass a TypeDef event received on topic.
-
Method Details
-
processTypeDefEvent
Method to pass a TypeDef event received on topic.- Parameters:
event
- inbound event
-
processInstanceEvent
Method to pass an Instance event received on topic.- Parameters:
event
- inbound event
-