Class GovernanceServerOutTopicPublisher
java.lang.Object
org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOutTopicPublisher
GovernanceEngineOutTopicPublisher is responsible for pushing events to the Governance Server OMAS's out topic.
-
Constructor Summary
ConstructorsConstructorDescriptionGovernanceServerOutTopicPublisher(org.odpi.openmetadata.accessservices.governanceserver.connectors.outtopic.GovernanceServerOutTopicServerConnector outTopicServerConnector, String outTopicName, org.odpi.openmetadata.frameworks.auditlog.AuditLog outTopicAuditLog) Constructor for the publisher. -
Method Summary
-
Constructor Details
-
GovernanceServerOutTopicPublisher
public GovernanceServerOutTopicPublisher(org.odpi.openmetadata.accessservices.governanceserver.connectors.outtopic.GovernanceServerOutTopicServerConnector outTopicServerConnector, String outTopicName, org.odpi.openmetadata.frameworks.auditlog.AuditLog outTopicAuditLog) Constructor for the publisher.- Parameters:
outTopicServerConnector- connector to the out topicoutTopicName- name of the out topicoutTopicAuditLog- logging destination if anything goes wrong.
-
-
Method Details
-
disconnect
public void disconnect()Shutdown the publishing process.
-