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 class
InstanceInfoConfig.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 class
Generated 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 InstanceInfoConfig
InstanceInfoConfig.create()
Create a new instance with default values.static InstanceInfoConfig
Create a new instance from configuration.EurekaRegistrationConfig.BuilderBase.EurekaRegistrationConfigImpl.instanceInfo()
EurekaRegistrationConfig.BuilderBase.instanceInfo()
AnInstanceInfoConfig
describing the service instance to be registered.Methods in io.helidon.integrations.eureka with parameters of type InstanceInfoConfigModifier and TypeMethodDescriptionstatic InstanceInfoConfig.Builder
InstanceInfoConfig.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) AnInstanceInfoConfig
describing 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) AnInstanceInfoConfig
describing the service instance to be registered.