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