Class ConfigMapStore

  • All Implemented Interfaces:
    ConfigStore

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

      • ConfigMapStore

        public ConfigMapStore​(Vertx vertx,
                              JsonObject configuration)
    • Method Detail

      • 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.