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