Class GitConfigStore
java.lang.Object
io.vertx.config.git.GitConfigStore
- All Implemented Interfaces:
ConfigStore
- Author:
- Clement Escoffier
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GitConfigStore
-
-
Method Details
-
get
Description copied from interface:ConfigStoreRetrieves the configuration store in this store.- Specified by:
getin interfaceConfigStore- Returns:
- a
Futureof the asynchronous result.
-
close
Description copied from interface:ConfigStoreCloses the configuration store.- Specified by:
closein interfaceConfigStore- Returns:
- a
Futureof the asynchronous result.
-