Class ZookeeperConfigStore

    • Constructor Detail

      • ZookeeperConfigStore

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

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