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(Connection subjectAreaOutTopic, AuditLog auditLog)The constructor is given the connection to the out topic for Subject Area OMAS along with classes for testing and manipulating instances.
-
-
-
Constructor Detail
-
SubjectAreaPublisher
public SubjectAreaPublisher(Connection subjectAreaOutTopic, AuditLog auditLog) throws 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:
OMAGConfigurationErrorException- problems creating the connector for the outTopic
-
-