Uses of Class
io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig.Builder
Packages that use EurekaDiscoveryConfig.Builder
Package
Description
Provides classes and interfaces related to implementing discovery using Eureka.
-
Uses of EurekaDiscoveryConfig.Builder in io.helidon.discovery.providers.eureka
Methods in io.helidon.discovery.providers.eureka that return EurekaDiscoveryConfig.BuilderModifier and TypeMethodDescriptionEurekaDiscovery.builder()A convenience method required by, and complying with the requirements of, the Helidon Builder API that, per contract, invokes theEurekaDiscoveryConfig.builder()method and returns its result.EurekaDiscoveryConfig.builder()Create a new fluent API builder to customize configuration.EurekaDiscoveryConfig.builder(EurekaDiscoveryConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.discovery.providers.eureka with type arguments of type EurekaDiscoveryConfig.BuilderModifier and TypeMethodDescriptionstatic EurekaDiscoveryEurekaDiscovery.create(Consumer<EurekaDiscoveryConfig.Builder> consumer) A convenience method required by, and complying with the requirements of, the Helidon Builder API that, per contract, builds a newEurekaDiscoveryimplementation and returns it.