Module io.helidon.config
Package io.helidon.config.spi
Interface PollableSource.Builder<T extends PollableSource.Builder<T>>
-
- Type Parameters:
T- type of the builder, used when extending this builder
- All Known Implementing Classes:
ConfigSources.SystemPropertiesConfigSource.Builder,DirectoryConfigSource.Builder,EtcdConfigSourceBuilder,FileConfigSource.Builder,FileOverrideSource.Builder,GitConfigSourceBuilder,MapConfigSource.Builder,MapConfigSource.MapBuilder,UrlConfigSource.Builder,UrlOverrideSource.Builder
- Enclosing interface:
- PollableSource<S>
public static interface PollableSource.Builder<T extends PollableSource.Builder<T>>A builder for pollable source.- See Also:
AbstractConfigSourceBuilder,AbstractConfigSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description TpollingStrategy(PollingStrategy pollingStrategy)default TpollingStrategy(Supplier<? extends PollingStrategy> pollingStrategy)
-
-
-
Method Detail
-
pollingStrategy
T pollingStrategy(PollingStrategy pollingStrategy)
-
pollingStrategy
default T pollingStrategy(Supplier<? extends PollingStrategy> pollingStrategy)
-
-