Class SubjectAreaPublisher

java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.outtopic.SubjectAreaPublisher

public class SubjectAreaPublisher extends Object
SubjectAreaPublisher is responsible for publishing org.odpi.openmetadata.accessservices.subjectarea.common.events about glossary artifacts. It is called when an interesting OMRS Event is added to the Enterprise OMRS Topic. It adds org.odpi.openmetadata.accessservices.subjectarea.common.events to the Subject Area OMAS out topic.
  • Constructor Summary

    Constructors
    Constructor
    Description
    SubjectAreaPublisher(org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection subjectAreaOutTopic, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog)
    The constructor is given the connection to the out topic for Subject Area OMAS along with classes for testing and manipulating instances.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SubjectAreaPublisher

      public SubjectAreaPublisher(org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection subjectAreaOutTopic, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog) throws org.odpi.openmetadata.adminservices.ffdc.exception.OMAGConfigurationErrorException
      The constructor is given the connection to the out topic for Subject Area OMAS along with classes for testing and manipulating instances.
      Parameters:
      subjectAreaOutTopic - connection to the out topic
      auditLog - log file for the connector.
      Throws:
      org.odpi.openmetadata.adminservices.ffdc.exception.OMAGConfigurationErrorException - problems creating the connector for the outTopic