Package org.lable.oss.dynamicconfig.di
Interface ConfigurationManagerCloser
-
public interface ConfigurationManagerCloserConsumers of this library can choose to implement this interface and bind it as an optional dependency to register the shutdown hook ofConfigurationManager. If bound,ConfigurationManagerwill register itself viaregister(Closeable).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregister(Closeable closeable)
-
-
-
Method Detail
-
register
void register(Closeable closeable)
-
-