Class UrlConfigSource

All Implemented Interfaces:
ConfigSource, ParsableSource, PollableSource<Instant>, Source, WatchableSource<URL>, Supplier<ConfigSource>

public final class UrlConfigSource extends AbstractConfigSource implements WatchableSource<URL>, ParsableSource, PollableSource<Instant>
ConfigSource implementation that loads configuration content from specified endpoint URL.
See Also: