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:ConfigStoreRetrieves the configuration store in this store.- Specified by:
 getin interfaceConfigStore- Returns:
 - a 
Futureof the asynchronous result. 
 
- 
close
public Future<Void> close()
Description copied from interface:ConfigStoreCloses the configuration store.- Specified by:
 closein interfaceConfigStore- Returns:
 - a 
Futureof the asynchronous result. 
 
 - 
 
 -