Class SecurityManagerOutTopicPublisher


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

      • SecurityManagerOutTopicPublisher

        public SecurityManagerOutTopicPublisher​(SecurityManagerOutTopicServerConnector 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.