vertx / io.vertx.config.git / GitConfigStore

GitConfigStore

open class GitConfigStore : ConfigStore

Author
Clement Escoffier

Constructors

<init>

GitConfigStore(vertx: Vertx, configuration: JsonObject)

Functions

close

open fun close(completionHandler: Handler<Void>): Unit

get

open fun get(completionHandler: Handler<AsyncResult<Buffer>>): Unit