Package io.helidon.discovery.providers.eureka
package io.helidon.discovery.providers.eureka
Provides classes and interfaces related to implementing discovery using Eureka.
-
ClassDescriptionPrototypical state for the portion of Eureka Discovery configuration related to a local cache of Eureka server information.Fluent API builder for
CacheConfig
.CacheConfig.BuilderBase<BUILDER extends CacheConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends CacheConfig> Fluent API builder base forCacheConfig
.Generated implementation of the prototype, can be extended by descendant prototype implementations.ADiscovery
implementation that communicates with Netflix's Eureka server version 2.Prototypical state forEurekaDiscovery
instances.Fluent API builder forEurekaDiscovery
.EurekaDiscoveryConfig.BuilderBase<BUILDER extends EurekaDiscoveryConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends EurekaDiscoveryConfig> Fluent API builder base forEurekaDiscovery
.Generated implementation of the prototype, can be extended by descendant prototype implementations.