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(org.odpi.openmetadata.accessservices.governanceengine.connectors.outtopic.GovernanceEngineOutTopicServerConnector outTopicServerConnector, String outTopicName, org.odpi.openmetadata.frameworks.auditlog.AuditLog outTopicAuditLog)
    Constructor for the publisher.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Shutdown the publishing process.

    Methods inherited from class java.lang.Object

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

    • GovernanceEngineOutTopicPublisher

      public GovernanceEngineOutTopicPublisher(org.odpi.openmetadata.accessservices.governanceengine.connectors.outtopic.GovernanceEngineOutTopicServerConnector outTopicServerConnector, String outTopicName, org.odpi.openmetadata.frameworks.auditlog.AuditLog outTopicAuditLog)
      Constructor for the publisher.
      Parameters:
      outTopicServerConnector - connector to the out topic
      outTopicName - name of the out topic
      outTopicAuditLog - logging destination if anything goes wrong.
  • Method Details

    • disconnect

      public void disconnect()
      Shutdown the publishing process.