Interface ConfigStore

    • Method Detail

      • get

        Future<Buffer> get()
        Retrieves the configuration store in this store.
        Returns:
        a Future of the asynchronous result.
      • close

        Future<Void> close()
        Closes the configuration store.
        Returns:
        a Future of the asynchronous result.