Uses of Interface
io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig
Packages that use EurekaDiscoveryConfig
Package
Description
Provides classes and interfaces related to implementing discovery using Eureka.
-
Uses of EurekaDiscoveryConfig in io.helidon.discovery.providers.eureka
Classes in io.helidon.discovery.providers.eureka with type parameters of type EurekaDiscoveryConfigModifier and TypeClassDescriptionstatic class
EurekaDiscoveryConfig.BuilderBase<BUILDER extends EurekaDiscoveryConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends EurekaDiscoveryConfig> Fluent API builder base forEurekaDiscovery
.Classes in io.helidon.discovery.providers.eureka that implement EurekaDiscoveryConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.discovery.providers.eureka that return EurekaDiscoveryConfigModifier and TypeMethodDescriptionEurekaDiscoveryConfig.Builder.buildPrototype()
static EurekaDiscoveryConfig
EurekaDiscoveryConfig.create()
Create a new instance with default values.static EurekaDiscoveryConfig
Deprecated.static EurekaDiscoveryConfig
Create a new instance from configuration.EurekaDiscovery.prototype()
Returns a non-null
, determinateEurekaDiscoveryConfig
object representing the prototypical state of thisEurekaDiscovery
implementation.Methods in io.helidon.discovery.providers.eureka with parameters of type EurekaDiscoveryConfigModifier and TypeMethodDescriptionEurekaDiscoveryConfig.builder
(EurekaDiscoveryConfig instance) Create a new fluent API builder from an existing instance.static EurekaDiscovery
EurekaDiscovery.create
(EurekaDiscoveryConfig prototype) Required by, and complying with the requirements of, the Helidon Builder API, creates a newEurekaDiscovery
implementation whose state is derived from the suppliedEurekaDiscoveryConfig
and returns it.EurekaDiscoveryConfig.BuilderBase.from
(EurekaDiscoveryConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)