接口 ConfigurationListener

  • 所有超级接口:
    EventListener

    public interface ConfigurationListener
    extends EventListener
    Config listener, will get notified when the config it listens on changes.
    • 方法详细资料

      • process

        void process​(ConfigChangedEvent event)
        Listener call back method. Listener gets notified by this method once there's any change happens on the config the listener listens on.
        参数:
        event - config change event