Package | Description |
---|---|
io.vertx.config | |
io.vertx.reactivex.config | |
io.vertx.rxjava.config |
Modifier and Type | Method and Description |
---|---|
ConfigChange |
ConfigChange.setNewConfiguration(JsonObject conf)
Sets the new configuration.
|
ConfigChange |
ConfigChange.setPreviousConfiguration(JsonObject conf)
Sets the previous configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigRetriever.listen(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. |
Modifier and Type | Method and Description |
---|---|
void |
ConfigRetriever.listen(Handler<ConfigChange> listener)
Registers a listener receiving configuration changes.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigRetriever.listen(Handler<ConfigChange> listener)
Registers a listener receiving configuration changes.
|
Copyright © 2021 Eclipse. All rights reserved.