Interface OMRSTopicRepositoryEventListener

All Known Subinterfaces:
OMRSTopicListener
All Known Implementing Classes:
AssetCatalogOMRSTopicListener, AssetConsumerOMRSTopicListener, AssetLineageOMRSTopicListener, AssetManagerOMRSTopicListener, AssetOwnerOMRSTopicListener, CommunityProfileOMRSTopicListener, ConformanceSuiteOMRSTopicListener, DataManagerOMRSTopicListener, DataPrivacyOMRSTopicListener, DataScienceOMRSTopicListener, DesignModelOMRSTopicListener, DevOpsOMRSTopicListener, DigitalArchitectureOMRSTopicListener, DigitalServiceOMRSTopicListener, GovernanceEngineOMRSTopicListener, GovernanceServerOMRSTopicListener, ITInfrastructureOMRSTopicListener, OMRSEventListener, OMRSTopicListenerBase, OMRSTopicListenerWrapper, PerformanceSuiteOMRSTopicListener, ProjectManagementOMRSTopicListener, SecurityManagerOMRSTopicListener, SecurityOfficerOMRSTopicListener, 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 Details

    • processTypeDefEvent

      void processTypeDefEvent(OMRSTypeDefEvent event)
      Method to pass a TypeDef event received on topic.
      Parameters:
      event - inbound event
    • processInstanceEvent

      void processInstanceEvent(OMRSInstanceEvent event)
      Method to pass an Instance event received on topic.
      Parameters:
      event - inbound event