Package | Description |
---|---|
io.vertx.config |
Modifier and Type | Method and Description |
---|---|
ConfigChange |
ConfigChange.setNewConfiguration(io.vertx.core.json.JsonObject conf)
Sets the new configuration.
|
ConfigChange |
ConfigChange.setPreviousConfiguration(io.vertx.core.json.JsonObject conf)
Sets the previous configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigRetriever.listen(io.vertx.core.Handler<ConfigChange> listener)
Registers a listener receiving configuration changes.
|
Constructor and Description |
---|
ConfigChange(ConfigChange other)
Creates a new instance of
ConfigChange copying the values stored in the given object. |
Copyright © 2021 Eclipse. All rights reserved.