Uses of Class
io.vertx.config.ConfigChange
Packages that use ConfigChange
-
Uses of ConfigChange in io.vertx.config
Methods in io.vertx.config that return ConfigChangeModifier and TypeMethodDescriptionConfigChange.setNewConfiguration(JsonObject conf) Sets the new configuration.ConfigChange.setPreviousConfiguration(JsonObject conf) Sets the previous configuration.Method parameters in io.vertx.config with type arguments of type ConfigChangeModifier and TypeMethodDescriptionvoidConfigRetriever.listen(Handler<ConfigChange> listener) Registers a listener receiving configuration changes.Constructors in io.vertx.config with parameters of type ConfigChangeModifierConstructorDescriptionConfigChange(ConfigChange other) Creates a new instance ofConfigChangecopying the values stored in the given object. -
Uses of ConfigChange in io.vertx.reactivex.config
Method parameters in io.vertx.reactivex.config with type arguments of type ConfigChangeModifier and TypeMethodDescriptionvoidConfigRetriever.listen(Handler<ConfigChange> listener) Registers a listener receiving configuration changes. -
Uses of ConfigChange in io.vertx.rxjava3.config
Method parameters in io.vertx.rxjava3.config with type arguments of type ConfigChangeModifier and TypeMethodDescriptionvoidConfigRetriever.listen(Handler<ConfigChange> listener) Registers a listener receiving configuration changes.