vertx / io.vertx.config / ConfigRetriever / create

create

open static fun create(vertx: Vertx, options: ConfigRetrieverOptions): ConfigRetriever

Creates an instance of the default implementation of the ConfigRetriever.

Parameters

vertx - the vert.x instance

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 ConfigRetriever, using the default settings (json file, system properties and environment variables).

Parameters

vertx - the vert.x instance

Return
the created instance.