Class AssetManagerOutTopicPublisher


  • public class AssetManagerOutTopicPublisher
    extends Object
    AssetManagerOutTopicPublisher is responsible for sending events on the Asset Manager OMAS's out topic. It is called from the Asset Manager OMAS's OMRS Topic Listener.
    • Constructor Detail

      • AssetManagerOutTopicPublisher

        public AssetManagerOutTopicPublisher​(AssetManagerOutTopicServerConnector outTopicServerConnector,
                                             String outTopicName,
                                             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 Detail

      • disconnect

        public void disconnect()
        Shutdown the publishing process.