Interface RegistryListener


  • public interface RegistryListener
    Receives notifications of configuration changes in thre registry.
    • Method Detail

      • handleConfigurationChangeEvent

        void handleConfigurationChangeEvent​(ConfigRegistry registry,
                                            EventType eventType,
                                            String propertyName,
                                            Object propertyValue,
                                            Object oldValue)
        Notify the object that there has been a configuration change. The method may be annotated by the @AsyncListener annotation. Which means the method will be executed asynchronously.
        Parameters:
        registry - the registry that was changed
        propertyName - the property what was changed
        propertyValue - the value the property was changed to
        oldValue - The value the property had before