Class GovernanceListenerManager


  • public class GovernanceListenerManager
    extends Object
    GovernanceListenerManager manages the watchdog listeners through a single registration to the Governance Engine OMAS's out topic. This approach is used to enable the rapid changing list of watchdog listeners and their listening specification without pushing that churn to the event bus.
    • Constructor Detail

      • GovernanceListenerManager

        public GovernanceListenerManager​(AuditLog auditLog,
                                         String governanceEngineName)
        Create a governance listener manager for watchdog listeners.
        Parameters:
        auditLog - audit log for the listener manager
    • Method Detail

      • removeListener

        public void removeListener​(String connectorId)
        Remove the listener for a specific governance service because this service has been disconnected.
        Parameters:
        connectorId - unique id of governance service instance