Uses of Class
io.helidon.discovery.providers.eureka.CacheConfig.Builder
Packages that use CacheConfig.Builder
Package
Description
Provides classes and interfaces related to implementing discovery using Eureka.
-
Uses of CacheConfig.Builder in io.helidon.discovery.providers.eureka
Methods in io.helidon.discovery.providers.eureka that return CacheConfig.BuilderModifier and TypeMethodDescriptionstatic CacheConfig.Builder
CacheConfig.builder()
Create a new fluent API builder to customize configuration.static CacheConfig.Builder
CacheConfig.builder
(CacheConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.discovery.providers.eureka with type arguments of type CacheConfig.BuilderModifier and TypeMethodDescriptionEurekaDiscoveryConfig.BuilderBase.cache
(Consumer<CacheConfig.Builder> consumer) TheCacheConfig
to use controlling how a local cache of Eureka server information is used.