Package io.vertx.config.spi
Interface ConfigStore
-
- All Known Implementing Classes:
ConfigMapStore
,ConsulConfigStore
,GitConfigStore
,RedisConfigStore
,VaultConfigStore
,ZookeeperConfigStore
public interface ConfigStore
Defines a configuration store.- Author:
- Clement Escoffier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Future<Void>
close()
Closes the configuration store.Future<Buffer>
get()
Retrieves the configuration store in this store.
-