Class AssetLineageOMRSTopicListener

  • All Implemented Interfaces:
    OMRSTopicListener

    public class AssetLineageOMRSTopicListener
    extends Object
    implements OMRSTopicListener
    AssetLineageOMRSTopicListener received details of each OMRS event from the cohorts that the local server is connected to. It passes Lineage Entity events to the publisher.
    • Constructor Detail

      • AssetLineageOMRSTopicListener

        public AssetLineageOMRSTopicListener​(Converter converter,
                                             String serverName,
                                             AssetLineagePublisher publisher,
                                             Set<String> lineageClassificationTypes,
                                             AuditLog auditLog)
        The constructor is given the connection to the out topic for Asset Lineage OMAS along with classes for testing and manipulating instances.
        Parameters:
        converter - The converter used for creating entities in Open Lineage format
        serverName - name of this server instance
        publisher - instance of the asset-lineage topic publisherT