Uses of Class
io.helidon.integrations.eureka.EurekaRegistrationConfig.Builder
Packages that use EurekaRegistrationConfig.Builder
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 EurekaRegistrationConfig.Builder in io.helidon.integrations.eureka
Methods in io.helidon.integrations.eureka that return EurekaRegistrationConfig.BuilderModifier and TypeMethodDescriptionEurekaRegistrationConfig.builder()
Create a new fluent API builder to customize configuration.EurekaRegistrationConfig.builder
(EurekaRegistrationConfig instance) Create a new fluent API builder from an existing instance.EurekaRegistrationServerFeature.builder()
Returns a builder of the prototype that also knows how to build instances of this runtime type.Method parameters in io.helidon.integrations.eureka with type arguments of type EurekaRegistrationConfig.BuilderModifier and TypeMethodDescriptionEurekaRegistrationServerFeature.create
(Consumer<EurekaRegistrationConfig.Builder> builderConsumer) Creates aEurekaRegistrationServerFeature
.