Uses of Interface
io.helidon.integrations.eureka.InstanceInfoConfig
Packages that use InstanceInfoConfig
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 InstanceInfoConfig in io.helidon.integrations.eureka
Classes in io.helidon.integrations.eureka with type parameters of type InstanceInfoConfigModifier and TypeClassDescriptionstatic classInstanceInfoConfig.BuilderBase<BUILDER extends InstanceInfoConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends InstanceInfoConfig> Fluent API builder base forInstanceInfoConfig.Classes in io.helidon.integrations.eureka that implement InstanceInfoConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.eureka that return InstanceInfoConfigModifier and TypeMethodDescriptionInstanceInfoConfig.Builder.build()InstanceInfoConfig.Builder.buildPrototype()static InstanceInfoConfigInstanceInfoConfig.create()Create a new instance with default values.static InstanceInfoConfigDeprecated.static InstanceInfoConfigCreate a new instance from configuration.EurekaRegistrationConfig.BuilderBase.EurekaRegistrationConfigImpl.instanceInfo()EurekaRegistrationConfig.BuilderBase.instanceInfo()AnInstanceInfoConfigdescribing the service instance to be registered.EurekaRegistrationConfig.instanceInfo()AnInstanceInfoConfigdescribing the service instance to be registered.Methods in io.helidon.integrations.eureka with parameters of type InstanceInfoConfigModifier and TypeMethodDescriptionstatic InstanceInfoConfig.BuilderInstanceInfoConfig.builder(InstanceInfoConfig instance) Create a new fluent API builder from an existing instance.InstanceInfoConfig.BuilderBase.from(InstanceInfoConfig prototype) Update this builder from an existing prototype instance.EurekaRegistrationConfig.BuilderBase.instanceInfo(InstanceInfoConfig instanceInfo) AnInstanceInfoConfigdescribing the service instance to be registered.Method parameters in io.helidon.integrations.eureka with type arguments of type InstanceInfoConfigModifier and TypeMethodDescriptionEurekaRegistrationConfig.BuilderBase.instanceInfo(Supplier<? extends InstanceInfoConfig> supplier) AnInstanceInfoConfigdescribing the service instance to be registered.
create(io.helidon.config.Config)