Class GovernanceEngineOutTopicPublisher
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.governanceengine.outtopic.GovernanceEngineOutTopicPublisher
-
public class GovernanceEngineOutTopicPublisher extends Object
GovernanceEngineOutTopicPublisher is responsible for pushing events to the Governance Engine OMAS's out topic.
-
-
Constructor Summary
Constructors Constructor Description GovernanceEngineOutTopicPublisher(GovernanceEngineOutTopicServerConnector outTopicServerConnector, String outTopicName, AuditLog outTopicAuditLog)Constructor for the publisher.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisconnect()Shutdown the publishing process.
-
-
-
Constructor Detail
-
GovernanceEngineOutTopicPublisher
public GovernanceEngineOutTopicPublisher(GovernanceEngineOutTopicServerConnector outTopicServerConnector, String outTopicName, AuditLog outTopicAuditLog)
Constructor for the publisher.- Parameters:
outTopicServerConnector- connector to the out topicoutTopicName- name of the out topicoutTopicAuditLog- logging destination if anything goes wrong.
-
-