Uses of Class
io.vertx.mutiny.config.ConfigRetriever
Packages that use ConfigRetriever
-
Uses of ConfigRetriever in io.vertx.mutiny.config
Fields in io.vertx.mutiny.config with type parameters of type ConfigRetrieverModifier and TypeFieldDescriptionstatic final TypeArg<ConfigRetriever>ConfigRetriever.__TYPE_ARGMethods in io.vertx.mutiny.config that return ConfigRetrieverModifier and TypeMethodDescriptionConfigRetriever.closeAndForget()Closes the retriever.static ConfigRetrieverCreates an instance of the default implementation of theConfigRetriever, using the default settings (json file, system properties and environment variables).static ConfigRetrieverCreates an instance of the default implementation of theConfigRetriever.ConfigRetriever.getConfigAndForget()Reads the configuration from the differentConfigStoreand computes the final configuration.static ConfigRetrieverConfigRetriever.newInstance(io.vertx.config.ConfigRetriever delegate) Creates a new instance of theConfigRetriever.ConfigRetriever.setBeforeScanHandler(Runnable handler) Registers a handler called before every scan.ConfigRetriever.setConfigurationProcessor(Function<io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject> processor) Registers a handler that process the configuration before being injected into#getConfig(Handler)or#listen(Handler).