Package io.vertx.config.consul
Class ConsulConfigStore
- java.lang.Object
-
- io.vertx.config.consul.ConsulConfigStore
-
- All Implemented Interfaces:
ConfigStore
public class ConsulConfigStore extends Object implements ConfigStore
- Author:
- Ruslan Sennov
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Future<Void>
close()
Closes the configuration store.Future<Buffer>
get()
Retrieves the configuration store in this store.
-
-
-
Method Detail
-
get
public Future<Buffer> get()
Description copied from interface:ConfigStore
Retrieves the configuration store in this store.- Specified by:
get
in interfaceConfigStore
- 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 interfaceConfigStore
- Returns:
- a
Future
of the asynchronous result.
-
-