Uses of Class
io.helidon.integrations.eureka.PortInfoConfig.BuilderBase
Packages that use PortInfoConfig.BuilderBase
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 PortInfoConfig.BuilderBase in io.helidon.integrations.eureka
Classes in io.helidon.integrations.eureka with type parameters of type PortInfoConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
PortInfoConfig.BuilderBase<BUILDER extends PortInfoConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends PortInfoConfig> Fluent API builder base forPortInfoConfig
.Subclasses of PortInfoConfig.BuilderBase in io.helidon.integrations.eurekaMethods in io.helidon.integrations.eureka with parameters of type PortInfoConfig.BuilderBaseModifier and TypeMethodDescriptionPortInfoConfig.BuilderBase.from
(PortInfoConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.integrations.eureka with parameters of type PortInfoConfig.BuilderBaseModifierConstructorDescriptionprotected
PortInfoConfigImpl
(PortInfoConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.