Uses of Interface
io.helidon.integrations.eureka.LeaseInfoConfig
Packages that use LeaseInfoConfig
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 in io.helidon.integrations.eureka
Classes in io.helidon.integrations.eureka with type parameters of type LeaseInfoConfigModifier and TypeClassDescriptionstatic class
LeaseInfoConfig.BuilderBase<BUILDER extends LeaseInfoConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends LeaseInfoConfig> Fluent API builder base forLeaseInfoConfig
.Classes in io.helidon.integrations.eureka that implement LeaseInfoConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.eureka that return LeaseInfoConfigModifier and TypeMethodDescriptionLeaseInfoConfig.Builder.build()
LeaseInfoConfig.Builder.buildPrototype()
static LeaseInfoConfig
LeaseInfoConfig.create()
Create a new instance with default values.static LeaseInfoConfig
Create a new instance from configuration.InstanceInfoConfig.BuilderBase.InstanceInfoConfigImpl.leaseInfo()
InstanceInfoConfig.BuilderBase.leaseInfo()
TheLeaseInfoConfig
.Methods in io.helidon.integrations.eureka with parameters of type LeaseInfoConfigModifier and TypeMethodDescriptionstatic LeaseInfoConfig.Builder
LeaseInfoConfig.builder
(LeaseInfoConfig instance) Create a new fluent API builder from an existing instance.LeaseInfoConfig.BuilderBase.from
(LeaseInfoConfig prototype) Update this builder from an existing prototype instance.InstanceInfoConfig.BuilderBase.leaseInfo
(LeaseInfoConfig leaseInfo) TheLeaseInfoConfig
.Method parameters in io.helidon.integrations.eureka with type arguments of type LeaseInfoConfigModifier and TypeMethodDescriptionInstanceInfoConfig.BuilderBase.leaseInfo
(Supplier<? extends LeaseInfoConfig> supplier) TheLeaseInfoConfig
.