open static fun create(vertx: Vertx, options: ConfigRetrieverOptions): ConfigRetriever
Creates an instance of the default implementation of the io.vertx.reactivex.config.ConfigRetriever.
options - the options, must not be null, must contain the list of configured store.
Return
the created instance.
open static fun create(vertx: Vertx): ConfigRetriever
Creates an instance of the default implementation of the io.vertx.reactivex.config.ConfigRetriever, using the default settings (json file, system properties and environment variables).
Return
the created instance.