Class ConsulConfigStore
java.lang.Object
io.vertx.config.consul.ConsulConfigStore
- All Implemented Interfaces:
ConfigStore
- Author:
- Ruslan Sennov
-
Method Summary
-
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.
-