You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to implement a listener that, upon detecting a certain event, triggers the rebind method of the ConfigurationPropertiesRebinder class. After the rebind method completes its execution, I would like to perform some custom processing, such as publishing a custom event to inform other listeners that the configuration properties have been re-bound. This will allow the listeners to obtain the latest configuration properties and take appropriate actions.
Currently, ConfigurationPropertiesRebinder itself implements the ApplicationListener interface and listens for EnvironmentChangeEvent events, which prevents me from implementing the above functionality.
Therefore, would you consider providing the aforementioned functionality?
I look forward to your reply. Thank you.
The text was updated successfully, but these errors were encountered:
I want to implement a listener that, upon detecting a certain event, triggers the
rebind
method of theConfigurationPropertiesRebinder
class. After therebind
method completes its execution, I would like to perform some custom processing, such as publishing a custom event to inform other listeners that the configuration properties have been re-bound. This will allow the listeners to obtain the latest configuration properties and take appropriate actions.Currently,
ConfigurationPropertiesRebinder
itself implements theApplicationListener
interface and listens forEnvironmentChangeEvent
events, which prevents me from implementing the above functionality.Therefore, would you consider providing the aforementioned functionality?
I look forward to your reply. Thank you.
The text was updated successfully, but these errors were encountered: