Class EtcdConfigSource

All Implemented Interfaces:
ConfigSource, ParsableSource, PollableSource<Long>, Source, WatchableSource<EtcdConfigSourceBuilder.EtcdEndpoint>, Supplier<ConfigSource>

A config source which loads a configuration document from Etcd.

Config source is initialized by EtcdConfigSourceBuilder.

See Also: