Uses of Interface
io.helidon.discovery.providers.eureka.EurekaDiscovery
Packages that use EurekaDiscovery
Package
Description
Provides classes and interfaces related to implementing discovery using Eureka.
-
Uses of EurekaDiscovery in io.helidon.discovery.providers.eureka
Methods in io.helidon.discovery.providers.eureka that return EurekaDiscoveryModifier and TypeMethodDescriptionEurekaDiscoveryConfig.Builder.build()EurekaDiscoveryConfig.BuilderBase.EurekaDiscoveryConfigImpl.build()static EurekaDiscoveryEurekaDiscovery.create(EurekaDiscoveryConfig prototype) Required by, and complying with the requirements of, the Helidon Builder API, creates a newEurekaDiscoveryimplementation whose state is derived from the suppliedEurekaDiscoveryConfigand returns it.static 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.EurekaDiscoveryConfig.BuilderBase.EurekaDiscoveryConfigImpl.get()