@FunctionalInterface public interface ConfigListener
| Modifier and Type | Method and Description |
|---|---|
void |
onConfigUpdate(Properties properties)
This method is fired when the Properties object containing your service's configuration is modified.
|
void onConfigUpdate(Properties properties)
properties - The updated Properties object.Copyright © 2016. All rights reserved.