Class ConfigMapStore

java.lang.Object
io.vertx.config.kubernetes.ConfigMapStore
All Implemented Interfaces:
ConfigStore

public class ConfigMapStore extends Object implements ConfigStore
An implementation of configuration store reading config map from Kubernetes.
  • Constructor Details

    • ConfigMapStore

      public ConfigMapStore(Vertx vertx, JsonObject configuration)
  • Method Details

    • close

      public Future<Void> close()
      Description copied from interface: ConfigStore
      Closes the configuration store.
      Specified by:
      close in interface ConfigStore
      Returns:
      a Future of the asynchronous result.
    • get

      public Future<Buffer> get()
      Description copied from interface: ConfigStore
      Retrieves the configuration store in this store.
      Specified by:
      get in interface ConfigStore
      Returns:
      a Future of the asynchronous result.