Class SubjectAreaPublisher
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.outtopic.SubjectAreaPublisher
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
ConstructorsConstructorDescriptionSubjectAreaPublisher(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
-
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 topicauditLog- log file for the connector.- Throws:
org.odpi.openmetadata.adminservices.ffdc.exception.OMAGConfigurationErrorException- problems creating the connector for the outTopic
-