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.eurekaClasses in io.helidon.integrations.eureka with type parameters of type LeaseInfoConfigModifier and TypeClassDescriptionstatic classLeaseInfoConfig.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 classGenerated 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 LeaseInfoConfigLeaseInfoConfig.create()Create a new instance with default values.static LeaseInfoConfigDeprecated.static LeaseInfoConfigCreate a new instance from configuration.InstanceInfoConfig.BuilderBase.InstanceInfoConfigImpl.leaseInfo()InstanceInfoConfig.BuilderBase.leaseInfo()TheLeaseInfoConfig.InstanceInfoConfig.leaseInfo()TheLeaseInfoConfig.Methods in io.helidon.integrations.eureka with parameters of type LeaseInfoConfigModifier and TypeMethodDescriptionstatic LeaseInfoConfig.BuilderLeaseInfoConfig.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.
create(io.helidon.config.Config)