Interface DynamicNotifiers
- All Known Implementing Classes:
LoadNotifiersFromK8s
public interface DynamicNotifiers
Interface for loading notifiers dynamically
- Author:
- marcboorshtein
-
Method Summary
Modifier and TypeMethodDescriptionvoidloadDynamicNotifiers(ConfigManager cfgMgr, ProvisioningEngine provisioningEngine, Map<String, Attribute> configAttributes) Sets up a dynamic listener for changes to notifiers
-
Method Details
-
loadDynamicNotifiers
void loadDynamicNotifiers(ConfigManager cfgMgr, ProvisioningEngine provisioningEngine, Map<String, Attribute> configAttributes) throws ProvisioningExceptionSets up a dynamic listener for changes to notifiers- Parameters:
cfgMgr-provisioningEngine-configAttributes-- Throws:
ProvisioningException
-