Class ConfigMapStore
java.lang.Object
io.vertx.config.kubernetes.ConfigMapStore
- All Implemented Interfaces:
ConfigStore
An implementation of configuration store reading config map from Kubernetes.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConfigMapStore
-
-
Method Details
-
close
Description copied from interface:ConfigStoreCloses the configuration store.- Specified by:
closein interfaceConfigStore- Returns:
- a
Futureof the asynchronous result.
-
get
Description copied from interface:ConfigStoreRetrieves the configuration store in this store.- Specified by:
getin interfaceConfigStore- Returns:
- a
Futureof the asynchronous result.
-