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 classEurekaDiscoveryConfig.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 classGenerated 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 EurekaDiscoveryConfigEurekaDiscoveryConfig.create()Create a new instance with default values.static EurekaDiscoveryConfigDeprecated.static EurekaDiscoveryConfigCreate a new instance from configuration.EurekaDiscovery.prototype()Returns a non-null, determinateEurekaDiscoveryConfigobject representing the prototypical state of thisEurekaDiscoveryimplementation.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 EurekaDiscoveryEurekaDiscovery.create(EurekaDiscoveryConfig prototype) Required by, and complying with the requirements of, the Helidon Builder API, creates a newEurekaDiscoveryimplementation whose state is derived from the suppliedEurekaDiscoveryConfigand returns it.EurekaDiscoveryConfig.BuilderBase.from(EurekaDiscoveryConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)