Uses of Class
org.odpi.openmetadata.accessservices.itinfrastructure.outtopic.ITInfrastructureOutTopicPublisher
-
Packages that use ITInfrastructureOutTopicPublisher Package Description org.odpi.openmetadata.accessservices.itinfrastructure.listener Supports the processing of events from the repository services that notify this module of changes to the metadata in the repository services. -
-
Uses of ITInfrastructureOutTopicPublisher in org.odpi.openmetadata.accessservices.itinfrastructure.listener
Constructors in org.odpi.openmetadata.accessservices.itinfrastructure.listener with parameters of type ITInfrastructureOutTopicPublisher Constructor Description ITInfrastructureOMRSTopicListener(String serviceName, String localServerUserId, ITInfrastructureOutTopicPublisher eventPublisher, AssetHandler<AssetElement> assetHandler, List<String> supportedZones, AuditLog auditLog)Initialize the topic listener.
-