@FunctionalInterface public interface ConfigListener
| Modifier and Type | Method | 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 © 2022. All rights reserved.