Uses of Interface
io.helidon.integrations.eureka.EurekaRegistrationConfig
Packages that use EurekaRegistrationConfig
Package
Description
Provides classes and interfaces related to automatic and unobtrusive service instance registration in Netflix Eureka servers of version 2.0.3 or later.
-
Uses of EurekaRegistrationConfig in io.helidon.integrations.eureka
Classes in io.helidon.integrations.eureka with type parameters of type EurekaRegistrationConfigModifier and TypeClassDescriptionstatic class
EurekaRegistrationConfig.BuilderBase<BUILDER extends EurekaRegistrationConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends EurekaRegistrationConfig> Fluent API builder base forEurekaRegistrationServerFeature
.Classes in io.helidon.integrations.eureka that implement EurekaRegistrationConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.eureka that return EurekaRegistrationConfigModifier and TypeMethodDescriptionEurekaRegistrationConfig.Builder.buildPrototype()
static EurekaRegistrationConfig
EurekaRegistrationConfig.create()
Create a new instance with default values.static EurekaRegistrationConfig
Create a new instance from configuration.EurekaRegistrationServerFeature.prototype()
Returns the prototype.Methods in io.helidon.integrations.eureka with parameters of type EurekaRegistrationConfigModifier and TypeMethodDescriptionEurekaRegistrationConfig.builder
(EurekaRegistrationConfig instance) Create a new fluent API builder from an existing instance.EurekaRegistrationServerFeature.create
(EurekaRegistrationConfig prototype) Creates aEurekaRegistrationServerFeature
.EurekaRegistrationConfig.BuilderBase.from
(EurekaRegistrationConfig prototype) Update this builder from an existing prototype instance.