Re: dynamically reload the property bindings using guice .

2018-12-10 Thread Stephan Classen
Not when you are using Names.bindProperties. What you could do is bind custom provider methods for the different config parameters. This provider methods are then under your control and you can cache/reload the value as you like. On 10.12.18 18:34, Bharath Vishnu Neelakantan wrote: I load

dynamically reload the property bindings using guice .

2018-12-10 Thread Bharath Vishnu Neelakantan
I load the key value pair for configs from a url and then bind it using guice Names.bindProperties . Is there a way to dynamically reload this binding when we make a post call to the app ?. -- You received this message because you are subscribed to the Google Groups "google-guice" group. To